Description Usage Arguments Value Examples
Calculates potential evapo-transpiration from air temperature extremes using the approach by Hargreaves&Samani (1985) and popular corrections.
1 2 |
tmin |
minimum air temperature (°C) |
tmax |
maximum air temperature (°C) |
tmean |
mean air temperature (°C). Deafults to (tmin+tmax)/2 |
alt |
elevation above sea level (m) |
ke |
calibration coefficient for Hargreaves' ETP function |
kt |
calibration coefficient for Hargreaves' irradiance estimation. |
kmethod |
Method to use for estimating the kt parameter in the Hargreaves equation. One of "anadale", "allen", "samani". |
Potential evapo-transpiration in mm per period.
1 | etp_hs(lat=20,day=45,tmin=1,tmax=7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.