ExRad {FAO56} | R Documentation |
Extraterrestrial Radiation for Daily Periods (R_a)
Description
ExRad
returns the value of extraterrestrial radiation [MJ/(m^2\times day)
].
Usage
ExRad(d_r, omega_s, phi, delta, G_sc = 0.082)
Arguments
d_r |
A numeric scalar that denotes the inverse relative earth-sun distance. |
omega_s |
A numeric scalar that denotes the sunset hour angle [rad]. |
phi |
A numeric scalar that denotes the latitude [rad]. |
delta |
A numeric scalar that denotes the solar declination [rad]. |
G_sc |
A numeric scalar that denotes the solar constant = 0.0820 [ |
Details
This is a function to calculate the extraterrestrial radiation.
Value
The function returns the value of extraterrestrial radiation as a numeric scalar.
Reference
See Also
EarSunDis, SunHA, SolDec, SolRad, CSSRad
.
Examples
ExRad(d_r = 0.985, omega_s = 1.527, phi = -0.35, delta = 0.12)
[Package FAO56 version 1.0 Index]