ET: Computes Evapotraspiration using PenmanMonteith from data...

Description Usage

View source: R/ET.R

Description

Computes Evapotraspiration using PenmanMonteith from data retrieved with function mergeData

Usage

1
2
3
4
5
6
ET(data, Kc.ini.A = 0.1, Kc.ini.B = 0.4, Kc.dev = 0.7,
  Kc.mid = 1.2, Kc.late = 0.8, DOY.ini.A = 69, DOY.ini.B = 71,
  DOY.dev = 91, DOY.mid = 141, DOY.late = 271, DOY.harv = 312,
  tree_height = 3, slope = NULL, radiation_unit = "W",
  crop = "short", netRadiation = "no", wind = "yes",
  message = "yes", latitude = NULL, Elev = NULL)

GiulioGenova/SBR documentation built on Feb. 25, 2020, 7:35 p.m.