SAGA 9.3.3 | Tool Library Documentation

Evapotranspiration (Table)


Description

Estimation of daily potential evapotranspiration from weather data with different methods. Besides mean daily temperature it depends on the chosen method which additional data has to be provided. In order to estimate extraterrestrial net radiation some of the methods need to know the location's geographic latitude and the date's Julian day number.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputDatatable, inputTABLE--
OutputResultstable, output, optionalRESULT--
OptionsMean Temperaturetable fieldT[_C]-
Minimum Temperaturetable fieldT_MIN[_C]-
Maximum Temperaturetable fieldT_MAX[_C]-
Relative Humiditytable fieldRH[%]-
Solar Radiationtable fieldSRdaily sum of global horizontal irradiance [J/cm_]-
Wind Speedtable fieldWSdaily mean of wind speed at 2m above ground [m/s]-
Air Pressuretable fieldP[kPa]-
Datetable fieldDATE--
Evapotranspirationtable fieldET--
Latitudefloating point numberLAT-Minimum: -90.000000 Maximum: 90.000000 Default: 53.000000
MethodchoiceMETHOD-Available Choices: [0] Turc [1] Hargreave [2] Penman (simplified) [3] Penman-Monteith Default: 0

Command Line


Usage: saga_cmd climate_tools 6 [-TABLE ] [-RESULT ] [-T ] [-T_MIN ] [-T_MAX ] [-RH ] [-SR ] [-WS ] [-P ] [-DATE ] [-ET ] [-LAT ] [-METHOD ]
  -TABLE: 	Data
	table, input
  -RESULT:	Results
	table, output, optional
  -T:     	Mean Temperature
	table field
  -T_MIN: 	Minimum Temperature
	table field
  -T_MAX: 	Maximum Temperature
	table field
  -RH:    	Relative Humidity
	table field
  -SR:    	Solar Radiation
	table field
  -WS:    	Wind Speed
	table field
  -P:     	Air Pressure
	table field
  -DATE:  	Date
	table field
  -ET:    	Evapotranspiration
	table field
  -LAT:	Latitude
	floating point number
	Minimum: -90.000000
	Maximum: 90.000000
	Default: 53.000000
  -METHOD:	Method
	choice
	Available Choices:
	[0] Turc
	[1] Hargreave
	[2] Penman (simplified)
	[3] Penman-Monteith
	Default: 0