Summary
Diffuse-Direct models separate global horizontal irradiance () into its direct normal irradiance () and diffuse horizontal irradiance () components. PlantPredict implements three decomposition models: Erbs, Reindl, and DIRINT. These models use empirically derived relationships based on the and atmospheric parameters to estimate the diffuse fraction of GHI under varying sky conditions.Inputs
Outputs
Detailed Description
All models begin by computing the clearness index, representing the fraction of extraterrestrial irradiance reaching the ground: where is the solar . is set to 0 if . The clearness index characterizes sky conditions from overcast () to clear ().Erbs Model
The Erbs model uses only clearness index to compute diffuse fraction using a piecewise polynomial function:
Once is determined, the DHI is calculated, then the DNI is obtained from the :
Reindl Model
The Reindl model extends the clearness index approach by incorporating solar zenith angle, air temperature, and relative humidity, accounting for sun position and atmospheric effects on scattering. When relative humidity is provided in the weather file (converted from % to a fraction from 0 to 1):
When relative humidity is not provided in the weather file:
Physical limits: The empirical correlations can produce non-physical values at edge cases. The following bounds from Reindl et al. (1990) are applied to clamp results:
PlantPredict uses 0.83 as the upper clearness index threshold (modified from 0.78 in the original published model), based on a regression against measured irradiance data from the Cimarron Solar Facility in New Mexico. These “Reindl adjusted” variants are documented in Lave et al. (2014).
Once is determined, the DHI is calculated, then the DNI is obtained from the :
DIRINT Model
The DIRINT (Direct Insolation Radiation INTegration) model is an enhancement of the DISC model. It first computes an initial DNI estimate using DISC, then applies a correction factor based on temporal stability and atmospheric conditions. This allows DIRINT to distinguish between steady hazy conditions and variable cloudy conditions that have similar instantaneous clearness indices. DIRINT uses pressure-corrected as an input, calculated internally using the Bird-Hulstrom formula (see Air Mass for details). Step 1: DISC Initial Estimate The DISC (Direct Insolation Simulation Code) model computes an initial DNI estimate using direct normal factors:- = Clear-sky transmittance: theoretical maximum under clear conditions, decreasing with air mass
- = Transmittance reduction: correction for clouds, aerosols, and (derived from )
- = Actual transmittance: net transmittance after atmospheric effects
For :
The actual transmittance and DNI are then:
if any of the following conditions are met:
For :
- W/m²
- (Version 09 and earlier) or (Version 10 and later)
Physical Constraints
All decomposition models apply the following physical constraints:- If , then and
- If , then
References
- Erbs, D. G., Klein, S. A., & Duffie, J. A. (1982). Estimation of the diffuse radiation fraction for hourly, daily and monthly-average global radiation. Solar Energy, 28(4), 293–302. DOI: 10.1016/0038-092X(82)90302-4
- Reindl, D. T., Beckman, W. A., & Duffie, J. A. (1990). Diffuse fraction correlations. Solar Energy, 45(1), 1–7. DOI: 10.1016/0038-092X(90)90060-P
- Perez, R., Ineichen, P., Maxwell, E., Seals, R., & Zelenka, A. (1992). Dynamic global-to-direct irradiance conversion models. ASHRAE Transactions, 98(1), 354–369.
- Maxwell, E. L. (1987). A quasi-physical model for converting hourly global horizontal to direct normal insolation. Technical Report SERI/TR-215-3087, Solar Energy Research Institute. DOI: 10.2172/5987868
- Lave, M., Hayes, W., Pohl, A., & Hansen, C. W. (2014). Evaluation of global horizontal irradiance to plane-of-array irradiance models at locations across the United States. IEEE 40th Photovoltaic Specialist Conference (PVSC). DOI: 10.1109/PVSC.2014.6925216