Documentation Index
Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt
Use this file to discover all available pages before exploring further.
Summary
The soiling model accounts for irradiance losses due to dust, dirt, pollen, and other particulate matter accumulated on module surfaces. PlantPredict implements three soiling approaches: None (no soiling loss), Monthly (user-specified monthly loss values), and Weather (time-series loss values from weather data). The soiling factor is applied uniformly to all components after shading losses and before corrections.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Soiling Loss | % | Soiling loss percentage for the current timestep |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Soiling Factor | — | Fraction of irradiance transmitted (0-1) |
Detailed Description
The soiling factor is calculated from the soiling loss percentage: The source of depends on the selected model:- None: (modules assumed perfectly clean, )
- Monthly: is retrieved from user-specified monthly values (12 values, one per month)
- Weather: is read from the weather file for each timestep (e.g., from PVRADAR soiling data)