calc_reference_et | R Documentation |
Calculate Reference ET
calc_reference_et( lat, elevation, screen_height, crop_height = 0.12, canopy_resistance = 70, doy, tmax, tmin, rs, rhmax, rhmin, uz )
lat |
latitude (degrees) |
elevation |
elevetation (m) |
screen_height |
screening height (m) |
crop_height |
crop height (m) |
canopy_resistance |
canopy resistance (m/s^2) |
doy |
day of year |
tmax |
maximum daily temperature (C) |
tmin |
minimum daily temperature (C) |
rs |
solar radiation |
rhmax |
maximum daily relative humidity |
rhmin |
minimum daily relative humidity |
uz |
wind speed at |
reference evapotranspiration (mm)
cropsyst:::calc_reference_et(45, 1000, 2, 2, 0.05, 30, 30, 20, 600, 100, 50, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.