Tool 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
- Heinrich, R. & Conrad, O. (2008): Diffusion, Flow and Concentration Gradient Simulation with SAGA GIS using Cellular Automata Methods. In: Boehner, J., Blaschke, T., Montanarella, L. [Eds.]: SAGA - Seconds Out. Hamburger Beitraege zur Physischen Geographie und Landschaftsoekologie, Vol.19, p59-70. http://downloads.sourceforge.net/saga-gis/hbpl19_07.pdf.
- Author: R.Heinrich, O.Conrad (c) 2007
- Menu: Simulation|Hydrology|Diffusion, Flow and Concentration Gradient Simulation
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Mask | Grid, input | MASK | - | - |
Output | Surface | Grid, output | SURF | - | - |
Gradient | Grid, output | GRAD | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Surface Approximation Threshold | Floating point | SURF_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