Daily to Hourly Evapotranspiration
- Author: O.Conrad (c) 2011
- Menu: Climate and Weather | Evapotranspiration
Description
Derive hourly from daily evapotranspiration using sinusoidal distribution. 
References
- Ambikadevi, K.M. (2004): Simulation of Evapotranspiration and Rainfall-runoff for the Stillwater River Watershed in Central Massachusetts.. Environmental & Water Resources Engineering Masters Projects, University of Massachusetts, Amherst. Link.
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Daily Data | table, input | DAYS | - | - | 
| Output | Hourly Data | table, output | HOURS | - | - | 
| Options | Julian Day | table field | JD | - | - | 
| Evapotranspiration | table field | ET | - | - | 
| Precipitation | table field | P | - | - | 
| Latitude | floating point number | LAT | - | Minimum: -90.000000
Maximum: 90.000000
Default: 53.000000 | 
Command Line
Usage: saga_cmd climate_tools 7 [-DAYS ] [-JD ] [-ET ] [-P ] [-HOURS ] [-LAT ]
  -DAYS:  	Daily Data
	table, input
  -JD:    	Julian Day
	table field
  -ET:    	Evapotranspiration
	table field
  -P:     	Precipitation
	table field
  -HOURS: 	Hourly Data
	table, output
  -LAT:	Latitude
	floating point number
	Minimum: -90.000000
	Maximum: 90.000000
	Default: 53.000000