Rs is calculated from relative sunshine duration and extraterrestrial radiation with the Angstrom formula.
Usage
estRs(
x,
n,
lat.rad = NULL,
lat.deg = NULL,
tl,
control = list(as = 0.25, bs = 0.5)
)
Arguments
x
date-time object or Day of the year
n
actual duration of sunshine [hour]
lat.rad
latitude [rad] (either lat.rad or lat.deg). Latitude is positive for the northern hemisphere and negative for the southern hemisphere
lat.deg
latitude [degree] (either lat.rad or lat.deg). Latitude is positive for the northern hemisphere and negative for the southern hemisphere
tl
length of calculation period [hour] (1 for hourly, 0.5 for a 30-minute or 24 for daily period).
Only needed if length of x is date-time object with length of 1.
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).