View source: R/etp_functions.R
penman_monteith_reference_et0 | R Documentation |
This function calculates the potential evapotranspiration rate from a reference crop canopy (ET0) in mm/d.
For these calculations the
analysis by FAO is followed as laid down in the FAO publication
Guidelines for computing crop water requirements - FAO Irrigation and drainage paper 56 <http://www.fao.org/docrep/X0490E/x0490e00.htm#Contents>
_
solar_radiation: daily shortwave radiation
penman_monteith_reference_et0(
doy = NULL,
latitude = NULL,
elevation = NULL,
tmin = NULL,
tmax = NULL,
tmean = NULL,
solar_radiation = NULL,
wind_speed = NULL,
rhmean = NULL,
rhmax = NULL,
rhmin = NULL,
tdew = NULL,
use_rh = TRUE
)
Cathy C. Westhues cathy.jubin@hotmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.