pyet.meteo_utils.calc_lambda#

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

Latent Heat of Vaporization [MJ kg-1].

Parameters:

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

Returns:

of Vaporization [MJ kg-1].

Return type:

array_like containing the calculated Latent Heat

Examples

>>> lambd = calc_lambda(tmean)

Notes

Based on equation (3-1) in Allen et al. (1998).