Calculation of daily reference evapotranspiration using the FAO-56 Penman-Monteith method for a dataset stored in a data.frame.
calculateETrefPM(
data,
lat,
alt,
za,
DAP = 1,
date,
Ta = NULL,
Tmin = NULL,
Tmax = NULL,
RH = NULL,
RHmin = NULL,
RHmax = NULL,
Rg,
AP,
WS,
G = NULL,
Kc = NULL
)Data frame containing the data
Numeric, latitude in decimal degrees
Numeric, altitude in meters
Numeric, anemometer height in meters
Numeric, days after planting for the first date
String with the column name containing date records
Optional. String with the column name containing mean air temperature (degC)
Optional. String with the column name containing minimum air temperature (degC)
Optional. String with the column name containing maximum air temperature (degC)
String with the column name containing mean relative humidity (percent)
Optional. String with the column name containing minimum relative humidity (percent)
Optional. String with the column name containing maximum relative humidity (percent)
String with the column name containing global radiation (MJ/m2/day)
String with the column name containing atmospheric pressure (hPa)
String with the column name containing wind speed (m/s)
Optional. If NULL, soil heat flux is assumed to be zero (MJ/m2/day)
Optional. Crop coefficient column name