Summary
Spectral Correction accounts for —the difference between the module’s spectral response and the actual incident solar spectrum. PV modules are rated under a reference spectrum (AM1.5G), but the real spectrum varies with atmospheric conditions (e.g., , ). Different module technologies (e.g., crystalline silicon, CdTe) have different spectral responses, causing them to over- or under-perform relative to their rating depending on the incident spectrum. PlantPredict implements four spectral correction approaches: No Spectral Shift, Monthly Override, Single-Variable Models (technology-specific), and Two-Variable Model. The spectral correction factor is a multiplier applied to effective irradiance after corrections.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Pressure-Corrected Air Mass | — | Air mass corrected for atmospheric pressure | |
| Precipitable Water | cm | Column depth of precipitable water vapor | |
| Relative Humidity | % | Surface relative humidity | |
| Temperature | °C | Ambient air temperature | |
| Dewpoint Temperature | °C | Dewpoint temperature | |
| Monthly Spectral Loss | % | User-specified spectral loss percentage for each month (Monthly Override model) | |
| Sandia Polynomial Factors | — | Polynomial coefficients for Sandia spectral model | |
| Two-Variable Coefficients | — | Coefficients for two-variable spectral model |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Spectral Correction Factor | — | Multiplier applied to effective irradiance after IAM |
Detailed Description
Available Models
PlantPredict offers four Spectral Correction options:- No Spectral Shift: No spectral correction ()
- Monthly Override: User-specified monthly values
- Single-Variable Models: Technology-specific models using one atmospheric parameter:
- Sandia: Uses air mass; for crystalline silicon modules
- First Solar Series 4 & Earlier: Uses precipitable water; for First Solar Series ≤ 4 modules
- First Solar Series 4-2 & Later: Uses precipitable water; for First Solar Series ≥ 4-2 modules
- Two-Variable Model (Lee & Panchula): Uses both air mass and precipitable water with module-specific coefficients
No Spectral Shift
No spectral correction:Monthly Override
The user specifies a spectral loss percentage for each month. The percentage is converted to a correction factor: where is the user-entered spectral loss (%) for the current month. A positive value represents a loss (e.g., 2% → ); a negative value represents a spectral gain (e.g., −1% → ).Single-Variable Models
These models rely on atmospheric parameters, including precipitable water. If precipitable water cannot be determined (precipitable water, , and all missing from the weather file), all single-variable models default to —including the Sandia model.Sandia Polynomial Model
Typically used for crystalline silicon (c-Si) modules, but applicable to any technology with user-defined polynomial coefficients: where are user-defined Sandia polynomial factors and is the pressure-corrected air mass.First Solar Models
Recommended for First Solar CdTe modules: where is the precipitable water (cm) and coefficients depend on module series:| Coefficient | Series 4 & Earlier | Series 4-2 & Later |
|---|---|---|
| 0.6318 | 1.266 | |
| 0.1341 | −0.0913 | |
| 0.9757 | 1.1987 | |
| 0.05 | 0.5 | |
| 0.0788 | −0.21 |
Two-Variable Model
Six-parameter model from Lee and Panchula, accounting for pressure-corrected air mass and precipitable water : through are user-defined coefficients specific to the module technology. To ensure numerical stability, precipitable water is clamped to a minimum of 0.1 cm and air mass is clamped to a maximum of 10. If precipitable water cannot be determined (precipitable water, relative humidity, and dewpoint all missing from the weather file), the model defaults to .Precipitable Water Calculation
If precipitable water is not directly available in the weather file, it is calculated from relative humidity or dewpoint.From Relative Humidity
Using the Gueymard (1994) model, which uses absolute temperature (Kelvin) throughout. First, the apparent water vapor scale height (km) is calculated. This represents the height of an equivalent column if all atmospheric water vapor were compressed to surface-level density. Next, the surface water vapor density (g/m³) is calculated from relative humidity (%) and temperature: Finally, precipitable water (cm) is the product of scale height and vapor density, where the factor 0.1 converts from (km × g/m³) to cm of liquid water (with water density = 1000 kg/m³):From Dewpoint
When only dewpoint temperature is available, relative humidity is calculated using the August-Roche-Magnus approximation for (hPa). The saturation vapor pressure is the maximum water vapor pressure that air can hold at a given temperature—at the dewpoint, the air is saturated (). The ratio of saturation vapor pressures at dewpoint and ambient temperature gives relative humidity: where the saturation vapor pressure follows the August-Roche-Magnus equation: with in °C and coefficients depending on PlantPredict version:| Software Version | |||
|---|---|---|---|
| ≤ 10 | 6.11 | 17.1 | 234.2 |
| ≥ 11 | 6.1094 | 17.625 | 243.04 |
Application to Irradiance
Spectral correction factor applied after IAM:References
- King, D. L., Boyson, W. E., & Kratochvil, J. A. (2004). Photovoltaic array performance model. SAND2004-3535, Sandia National Laboratories.
- Lee, M., & Panchula, A. (2016). Spectral correction for photovoltaic module performance based on air mass and precipitable water. 2016 IEEE 43rd Photovoltaic Specialists Conference (PVSC), 1351-1356.
- Gueymard, C. (1994). Analysis of monthly average atmospheric precipitable water and turbidity in Canada and Northern United States. Solar Energy, 53(1), 57-71.
- Alduchov, O. A., & Eskridge, R. E. (1996). Improved Magnus form approximation of saturation vapor pressure. Journal of Applied Meteorology, 35(4), 601-609.