powered by
NLRad returns the value of net longwave radiation.
NLRad
NLRad(T_max, T_min, e_a, R_s, R_so)
The function returns the value of net solar or net shortwave radiation as a numeric scalar.
Optional. A numeric scalar that denotes the daily maximum temperature [C].
Optional. A numeric scalar that denotes the daily minimum temperature [C].
Optional. A numeric scalar that denotes the actual vapour pressure [kPa].
A numeric scalar that denotes the incoming solar radiation [\(MJ/(m^2\times day)\)].
A numeric scalar that denotes clear-sky radiation [\(MJ/(m^2\times day)\)].
Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998). Crop evapotranspiration - Guidelines for computing crop water requirements - FAO Irrigation and drainage paper 56. Fao, Rome, 300(9), D05109.
This is a function to calculate the net longwave radiation [\(MJ/(m^2\times day)\)].
CSSRad, NLRad, NRad.
CSSRad, NLRad, NRad
NLRad(T_max = 25.1, T_min = 19.1, e_a = 2.1, R_s = 14.5, R_so = 18.8)
Run the code above in your browser using DataLab