Irradiance decomposition
ghi_decomposition(
x,
yday = "yday",
GHI = "SWGDN",
zenith = "zenith",
beam = "beam",
method = 0,
zenith_max = 89,
keep.all = FALSE,
verbose = getOption("merra2.verbose")
)
day of a year, integer vector
Global Horizontal Irradiance from MERRA-2 subset (GHI,W/m2)
Zenith angle, degrees
List or data.frame with estimated following solar geometry variables:
Extraterrestrial irradiance (Ge)
Ge=Gsc×(1+0.033cos(360n365))
where:
Gsc=1360.8W/m2, is the solar constant based on the latest
NASA observation (Kopp and Lean, 2011);
n− day of the year.
Clearness index (kt) kt=GHIGecos(zenith)
Diffuse fraction (kd) kd={1−0.09ktkt<0.220.9511−0.1604kt+4.388k2t−16.638k3t+12.336k4t0.22≤kt≤0.80.165kt>0.8
Direct Normal Irradiance (DNI,W/m2) DNI=(1−kd)cos(zenith)×GHI
Diffuse Horizontal Irradiance (DHI,W/m2)
DHI=kd×GHI
where:
GHI - Global Horizontal Irradiance (GHI,W/m2) from MERRA-2 dataset.
GHI=DHI+DNI×cos(zenith)
NA
#> [1] NA