pyet.combination.kimberly_penman#

pyet.combination.kimberly_penman(tmean, wind, rs=None, rn=None, g=0, tmax=None, tmin=None, rhmax=None, rhmin=None, rh=None, pressure=None, elevation=None, lat=None, n=None, nn=None, rso=None, a=1.35, b=-0.35, ea=None, albedo=0.23, kab=None, as1=0.25, bs1=0.5, clip_zero=True)[source]#

Potential evapotranspiration calculated according to Wright (1982).

Parameters:
Returns:

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

  • evapotranspiration [mm d-1].

Notes

Following Oudin et al. (2005).

\[PET = \frac{\Delta (R_n-G)+ \gamma (e_s-e_a) w} {\lambda(\Delta +\gamma)}\]
\[w = u_2 * (0.4 + 0.14 * exp(-(\frac{J_D-173}{58})^2)) + (0.605 + 0.345 * exp(-(\frac{J_D-243}{80})^2))\]