pyet.temperature.romanenko#

pyet.temperature.romanenko(tmean, rh, k=4.5, rhmax=None, rhmin=None, tmax=None, tmin=None, clip_zero=True)[source]#

Potential evapotranspiration calculated according to Romanenko (1961).

Parameters:
Returns:

  • float or pandas.Series or xarray.DataArray containing the calculated potential

  • evapotranspiration [mm d-1].

Examples

>>> pet_romanenko = romanenko(tmean, rh)

Notes

Based on equation 11 in (Xu and Singh, 2001).

\[PET=k(1 + (\frac{T_{mean}}{25})^2 (1 - \frac{e_a}{e_s})\]