Abbate, P.E. (2026). AGROCLIMA: A web version in JavaScript to calculate reference evapotranspiration by the Penman-Monteith method, according to FAO 56 (Version 1.0) [Software]. https://cultivaresargentinos.com/agroclima/ DOI: https://doi.org/10.5281/zenodo.21874400
This page calculates reference evapotranspiration -evaporation from the soil plus transpiration from the canopy- on a daily basis (ETo, mm/d), without a crop coefficient, using the Penman-Monteith method as described in FAO 56 (Allen, R.G., Pereira, L.S., Raes, D. and Smith, M., 1998. Crop evapotranspiration — Guidelines for computing crop water requirements. FAO Irrigation and Drainage Paper 56).
The FAO 56 method is currently the international standard for calculating ETo. ETo is the basis for estimating the water requirement of a given crop (ETc = Kc × ETo, where Kc is the crop coefficient, which varies over the crop cycle), for irrigation scheduling, for water balance calculations, and for agroclimatic studies.
The calculation requires solar radiation, maximum and minimum temperatures, a measure of air humidity (vapor pressure, dew point, or relative humidity), and wind speed, together with the latitude, altitude, and wind measurement height of the site. When measured radiation is not available, it can be estimated from sunshine hours; when actual vapor pressure is not available, it can be obtained from dew point or relative humidity.
AGROCLIMA was originally presented in 2004, at the 10th Argentine and 4th Latin American Agrometeorology Meeting (Mar del Plata), as a C++ library for calculating ETo from spreadsheets or programming languages. Its performance was validated against the CROPWAT and ET_CSDLL programs at four climatically contrasting locations (Kurnool, India; Santa Rosa, La Pampa; Balcarce, Bs. As.; and Montpellier, France), with very good agreement (r² = 0.99). See: Abbate, P.E. (2004). AGROCLIMA: un programa para el cálculo de la evapotranspiración por el método FAO Penman-Monteith desde planillas de cálculo o lenguajes de programación (full article, in Spanish).
This page uses the same calculation algorithm as the AGROCLIMA add-in for Excel (XLL); it replaces that add-in without requiring any installation. The calculation is for daily periods.