Learn R Programming

simET (version 1.0.3)

cal_ET0_from_PM: calculating reference evapotranspiration from Penman-Monteith method

Description

The FAO Penman-Monteith method is maintained as the sole standard method for the computation of ETo from meteorological data.

Usage

cal_ET0_from_PM(delta, Rn, G, gamma, Tem, u2, es, ea)

Value

A vector for reference evapotranspiration [mm day-1].

Arguments

delta

slope vapour pressure curve (kPa °C). From cal_slopeOfSaturationVapourPressureCurve()

Rn

net Radiation at the crop surface [MJ m-2 day-1]. From cal_netRadiation()

G

soil heat flux density [MJ m-2 day-1].

gamma

psychrometric constant (kPa °C).

Tem

air temperature at 2 m height [°C].

u2

wind speed at 2 m height [m s-1].

es

saturation vapour pressure [kPa].

ea

actual vapour pressure [kPa].

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. FAO Irrigation and drainage paper No. 56. Rome: Food and Agriculture Organization of the United Nations, 1998.