Description Usage Arguments Details Value
Estimate actual vapor pressure by providing daily maximum and minimum air temperature, daily maximum, mean and minimum relative humidity.
1 |
tmin |
Daily minimum air temperature at 2m height [deg Celsius]. |
tmax |
Daily maximum air temperature at 2m height [deg Celsius]. |
rhmax |
Daily mean relative humidity [%]. |
rhmean |
Daily mean relative humidity [%]. |
rhmin |
Daily mean relative humidity [%]. |
tmin must be provided. If tmax was not provided, avp will only estimated by tmin. If both rhmax and rhmin are provided, avp will be estimated by tmax, tmin, rhmax and rhmin. If rhmin was not provided but provided rhmean, avp will estimated by rhmean, tmax and tmin. If rhmin and rhmean are not provided, avp will estimated by rhmax, tmax and tmin. If rhmax, rhmean and rhmin are not provided, avp will only estimated by tmin.
Actual vapor pressure (i.e. avp or ea) [kPa].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.