View source: R/cal_radiation.R
cal_Rln | R Documentation |
Net outgoing longwave radiation.
cal_Rln(tmax, tmin, ea, Rsi = NULL, Rsi_o = NULL, cld = NULL)
cal_Rln_yang2019(
Ts,
Rsi,
Rsi_toa,
lat = 30,
emiss = 0.96,
n1 = 2.52,
n2 = 2.37,
n3 = 0.035
)
tmax |
Daily maximum air temperature at 2m height |
tmin |
Daily minimum air temperature at 2m height |
ea |
Actual vapor pressure |
Rsi |
Surface incoming short-wave radiation (Rsi) |
Rsi_o |
Clear sky incoming shortwave radiation, i. e. extraterrestrial
radiation multiply by clear sky transmissivity (i. e. a + b,
a and b are coefficients of Angstrom formula. Normally 0.75)
|
cld |
Cloud cover |
Ts |
land surface temperature |
Rsi_toa |
incoming short-wave radiation at the top of the atmosphere |
lat |
latitude (in deg) |
emiss |
Emissivity |
n1 , n2 , n3 |
parameter for |
Net outgoing longwave radiation [MJ m-2 day-1]
Yang, Y., & Roderick, M. L. (2019). Radiation, surface temperature and evaporation over wet surfaces. Quarterly Journal of the Royal Meteorological Society, 145(720), 1118–1129. https://doi.org/10.1002/qj.3481
Tu, Z., & Yang, Y. (2022). On the Estimation of Potential Evaporation Under Wet and Dry Conditions. Water Resources Research, 58(4). https://doi.org/10.1029/2021wr031486
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.