CSSRad {FAO56} | R Documentation |
Clear-Sky Solar Radiation (R_so)
Description
CSSRad
returns the value of clear-sky solar radiation.
Usage
CSSRad(a_s = 0.25, b_s = 0.5, elev = NULL, R_a)
Arguments
a_s |
Optional. A numeric scalar that denotes regression constant, expressing the fraction ofextraterrestrial radiation
reaching the earth on overcast days (n = 0). The default is |
b_s |
Optional. A numeric scalar that denotes fraction of extraterrestrial radiation reaching the earth on clear days
( |
elev |
Optional. A numeric scalar that denotes the elevation above the sea level [m]. |
R_a |
A numeric scalar that denotes extraterrestrial radiation [ |
Details
This is a function to calculate the clear-sky solar radiation. The argument elev
is needed when the calibrated values
of a_s
and b_s
are not available.
Value
The function returns the value of clear-sky solar radiation as a numeric scalar.
Reference
See Also
Examples
CSSRad(a_s = 0.27, b_s = 0.48, R_a = 25.1)
CSSRad(elev = 100, R_a = 25.1)