SAGA-GIS Module Library Documentation (v2.3.0)

Module Surface and Gradient

Cellular automata are simple computational operators, but despite their simplicity, they allow the simulation of highly complex processes. This tool has been created to apply the concept of cellular automata to simulate diffusion and flow processes in shallow water bodies with in- and outflow, where monitoring data show concentration growth or decrease between the inflow and the outflow points. Parameters are for example nutrients like nitrate, which is reduced by denitrification process inside the water body.
Values of mask grid are expected to be 1 for water area, 2 for inlet, 3 for outlet and 0 for non water.

References:


Parameters

 NameTypeIdentifierDescriptionConstraints
InputMaskGrid (input)MASK--
OutputSurfaceGrid (output)SURF--
GradientGrid (output)GRAD--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
Surface Approximation ThresholdFloating pointSURF_E-Minimum: 0.000000
Default: 0.001000

Command-line

Usage: saga_cmd sim_hydrology 5 [-MASK <str>] [-SURF <str>] [-GRAD <str>] [-SURF_E <double>]
  -MASK:<str>     	Mask
	Grid (input)
  -SURF:<str>     	Surface
	Grid (output)
  -GRAD:<str>     	Gradient
	Grid (output)
  -SURF_E:<double>	Surface Approximation Threshold
	Floating point
	Minimum: 0.000000
	Default: 0.001000