NLRad | R Documentation |
NLRad
returns the value of net longwave radiation.
NLRad(T_max, T_min, e_a, R_s, R_so)
T_max |
Optional. A numeric scalar that denotes the daily maximum temperature [C]. |
T_min |
Optional. A numeric scalar that denotes the daily minimum temperature [C]. |
e_a |
Optional. A numeric scalar that denotes the actual vapour pressure [kPa]. |
R_s |
A numeric scalar that denotes the incoming solar radiation [ |
R_so |
A numeric scalar that denotes clear-sky radiation [ |
This is a function to calculate the net longwave radiation [MJ/(m^2\times day)
].
The function returns the value of net solar or net shortwave radiation as a numeric scalar.
CSSRad, NLRad, NRad
.
NLRad(T_max = 25.1, T_min = 19.1, e_a = 2.1, R_s = 14.5, R_so = 18.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.