pyet.meteo_utils.calc_vpc#

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

Slope of saturation vapour pressure curve at air Temperature [kPa °C-1].

Parameters:

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

Returns:

  • array_like containing the calculated

  • Saturation vapour pressure [kPa °C-1].

Examples

>>> vpc = calc_vpc(tmean)

Notes

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