Learn R Programming

simET (version 1.0.3)

estimate_ET0_with_TmaxAndTmin: Estimating ET0 with Tmax and Tmin

Description

When solar radiation data, relative humidity data and/or wind speed data are missing, they should be estimated using the procedures presented in this section. As an alternative, ETo can be estimated using the Hargreaves ETo equation.

Usage

estimate_ET0_with_TmaxAndTmin(Tmean, Tmax, Tmin, Ra)

Value

A vector for reference evapotranspiration (mm day-1).

Arguments

Tmean

mean temperature.

Tmax

max temperature.

Tmin

min temperature.

Ra

extraterrestrial radiation [mm day-1].