pyet.meteo_utils.calc_e0#

pyet.meteo_utils.calc_e0(tmean)[source]#

Saturation vapor pressure at the air temperature T [kPa].

Parameters:

tmean (array_like) – average day temperature [°C].

Returns:

  • array_like containing the calculated saturation vapor pressure at the air

  • temperature tmean [kPa].

Examples

>>> e0 = calc_e0(tmean)

Notes

Based on equation 11 in Allen et al. (1998).