SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Soil Water Simulation after Glugla (Table)

A simple model for daily soil water simulation based on the approach of Glugla (1969).

This is a re-implementation of the formulas used in the 'Simpel' model developed by Hörmann (1998), "...covering the lowest, serious end of hydrologic computing".


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputInputtable, inputINPUT--
OutputSimulationtable, outputSIMULATION--
OptionsDay Identifier (*)table fieldINPUT_DAYDay specifier, e.g. a date field.-
Precipitationtable fieldINPUT_P[mm]-
Potential Evapotranspirationtable fieldINPUT_ETP[mm]-
Leaf Area Index (*)table fieldINPUT_LAI--
Defaultfloating point numberINPUT_LAI_DEFAULTdefault value if no attribute has been selectedDefault: 0.000000
Interception Capacityfloating point numberI_MAXLeaf interception capacity [mm] at maximum LAI.Minimum: 0.000000
Default: 2.000000
Minimum LAIfloating point numberLAI_MINMinimum leaf area index.Minimum: 0.000000
Default: 0.100000
Maximum LAIfloating point numberLAI_MAXMaximum leaf area index.Minimum: 0.000000
Default: 4.000000
Litter Capacityfloating point numberLITTER_MAX[mm]Minimum: 0.000000
Default: 0.000000
Litter Drying Factorfloating point numberLITTER_CFCurvature factor determining the drying of the litter storage.Minimum: 0.000000
Default: 3.000000
Initial Litter Water Contentfloating point numberLITTER_0[mm]Minimum: 0.000000
Default: 0.000000
Glugla Coefficientfloating point numberGLUGLAEmpirical parameter [mm/day], depends on soil texture and structure.Minimum: 0.000000
Default: 150.000000
RootingbooleanDO_ROOTING-Default: 0
Output UnitchoiceOUTPUT_UNIT-Available Choices:
[0] mm
[1] vol.%
[2] percent of field capacity
Default: 0
Soil Layersstatic tableSOIL_LAYERSProvide a row for each soil layer: depth [cm], field capacity [vol.%], permanent wilting point [vol.%], maximum ET [vol.%/day], rooting [% of total], initial water content [vol.%].6 Fields:
- 1. [8 byte floating point number] Size
- 2. [8 byte floating point number] FC
- 3. [8 byte floating point number] PWP
- 4. [8 byte floating point number] ETmax
- 5. [8 byte floating point number] Rooting
- 6. [8 byte floating point number] Water_0
Show Diagramchoice, GUIDIAGRAM-Available Choices:
[0] no
[1] yes
[2] yes, force update
Default: 2
(*) optional

Command-line

Usage: saga_cmd sim_hydrology 10 [-INPUT <str>] [-INPUT_DAY <str>] [-INPUT_P <str>] [-INPUT_ETP <str>] [-INPUT_LAI <str>] [-INPUT_LAI_DEFAULT <double>] [-SIMULATION <str>] [-I_MAX <double>] [-LAI_MIN <double>] [-LAI_MAX <double>] [-LITTER_MAX <double>] [-LITTER_CF <double>] [-LITTER_0 <double>] [-GLUGLA <double>] [-DO_ROOTING <str>] [-OUTPUT_UNIT <str>] [-SOIL_LAYERS <str>]
  -INPUT:<str>               	Input
	table, input
  -INPUT_DAY:<str>           	Day Identifier
	table field
  -INPUT_P:<str>             	Precipitation
	table field
  -INPUT_ETP:<str>           	Potential Evapotranspiration
	table field
  -INPUT_LAI:<str>           	Leaf Area Index
	table field
  -INPUT_LAI_DEFAULT:<double>	Default
	floating point number
	Default: 0.000000
  -SIMULATION:<str>          	Simulation
	table, output
  -I_MAX:<double>            	Interception Capacity
	floating point number
	Minimum: 0.000000
	Default: 2.000000
  -LAI_MIN:<double>          	Minimum LAI
	floating point number
	Minimum: 0.000000
	Default: 0.100000
  -LAI_MAX:<double>          	Maximum LAI
	floating point number
	Minimum: 0.000000
	Default: 4.000000
  -LITTER_MAX:<double>       	Litter Capacity
	floating point number
	Minimum: 0.000000
	Default: 0.000000
  -LITTER_CF:<double>        	Litter Drying Factor
	floating point number
	Minimum: 0.000000
	Default: 3.000000
  -LITTER_0:<double>         	Initial Litter Water Content
	floating point number
	Minimum: 0.000000
	Default: 0.000000
  -GLUGLA:<double>           	Glugla Coefficient
	floating point number
	Minimum: 0.000000
	Default: 150.000000
  -DO_ROOTING:<str>          	Rooting
	boolean
	Default: 0
  -OUTPUT_UNIT:<str>         	Output Unit
	choice
	Available Choices:
	[0] mm
	[1] vol.%
	[2] percent of field capacity
	Default: 0
  -SOIL_LAYERS:<str>         	Soil Layers
	static table
	6 Fields:
	- 1. [8 byte floating point number] Size
	- 2. [8 byte floating point number] FC
	- 3. [8 byte floating point number] PWP
	- 4. [8 byte floating point number] ETmax
	- 5. [8 byte floating point number] Rooting
	- 6. [8 byte floating point number] Water_0