NLRad {FAO56} | R Documentation |
Net Longwave Radiation (R_nl)
Description
NLRad
returns the value of net longwave radiation.
Usage
NLRad(T_max, T_min, e_a, R_s, R_so)
Arguments
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 [ |
Details
This is a function to calculate the net longwave radiation [MJ/(m^2\times day)
].
Value
The function returns the value of net solar or net shortwave radiation as a numeric scalar.
Reference
See Also
Examples
NLRad(T_max = 25.1, T_min = 19.1, e_a = 2.1, R_s = 14.5, R_so = 18.8)
[Package FAO56 version 1.0 Index]