Processing math: 100%

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")
)

Arguments

x
yday

day of a year, integer vector

GHI

Global Horizontal Irradiance from MERRA-2 subset (GHI,W/m2)

zenith

Zenith angle, degrees

beam
method
zenith_max
keep.all
verbose

Details

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={10.09ktkt<0.220.95110.1604kt+4.388k2t16.638k3t+12.336k4t0.22kt0.80.165kt>0.8

  • Direct Normal Irradiance (DNI,W/m2) DNI=(1kd)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)

Examples

NA
#> [1] NA