cal_Rn | R Documentation |
Surface net radiation
cal_Rn(
lat,
J,
Tmin,
Tmax,
ea = NULL,
RH,
ssd = NULL,
cld = NULL,
Rsi = NULL,
albedo = 0.23,
Z = 0,
...
)
lat |
float, latitude |
J |
integer, day of year |
Tmin , Tmax |
numeric vector, min and max 2m-air temperature (degC) |
ea |
Actual vapor pressure (kPa) |
RH |
Relative humidity (%). If |
ssd |
numeric vector, sun shine duration (hour) |
cld |
(optional) cloud coverage (0-1). At least one of |
Rsi |
(optional) Surface downward shortwave radiation (MJ m-2 d-1).
|
albedo |
(optional), |
Z |
(optional) elevation (m), for the calculation of |
... |
ignored |
radiation in [MJ d-1]
Rn
: Surface net radiation
Rln
: Surface outward net longwave radiation (negative means outgoing)
Rsn
: Surface downward net shortwave radiation
Rsi
: Surface downward shortwave radiation (Rsi)
Rsi_o
: Clear-sky surface downward shortwave radiation
Rsi_toa
: Extraterrestrial radiation (top of atmosphere, Rsi_toa) #'
Rn
might <= 0. Users need to constrain the min value by pmax(Rn, 0)
.
Xie YuXuan and Kong Dongdong
cal_Rsi_toa()
, cal_Rsi()
cal_Rn(lat = 30, J = 1, RH = 70, Tmin = 20, Tmax = 30, ssd = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.