Surface, Gradient and Concentration
- Author: R.Heinrich, O.Conrad (c) 2007
- Menu: Simulation | Hydrology | Diffusion, Flow and Concentration Gradient Simulation
Description
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.
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Mask | grid, input | MASK | - | - |
Output | Surface | grid, output | SURF | - | - |
Gradient | grid, output | GRAD | - | - |
Concentration | grid, output | CONC | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Surface Approximation Threshold | floating point number | SURF_E | - | Minimum: 0.000000
Default: 0.001000 |
Inlet Concentration | floating point number | CONC_IN | - | Minimum: 0.000000
Default: 5.000000 |
Outlet Concentration | floating point number | CONC_OUT | - | Minimum: 0.000000
Default: 3.000000 |
Concentration Approximation Threshold | floating point number | CONC_E | - | Minimum: 0.000000
Default: 0.001000 |
Minimum Gradient | floating point number | GRAD_MIN | - | Minimum: 0.000000
Default: 0.000000 |
Neighbourhood | choice | NEIGHBOURS | - | Available Choices:
[0] Moore (8)
[1] Neumann (4)
[2] Optimised
Default: 0 |
Command Line
Usage: saga_cmd sim_hydrology 7 [-MASK ] [-SURF ] [-GRAD ] [-CONC ] [-SURF_E ] [-CONC_IN ] [-CONC_OUT ] [-CONC_E ] [-GRAD_MIN ] [-NEIGHBOURS ]
-MASK: Mask
grid, input
-SURF: Surface
grid, output
-GRAD: Gradient
grid, output
-CONC: Concentration
grid, output
-SURF_E: Surface Approximation Threshold
floating point number
Minimum: 0.000000
Default: 0.001000
-CONC_IN: Inlet Concentration
floating point number
Minimum: 0.000000
Default: 5.000000
-CONC_OUT: Outlet Concentration
floating point number
Minimum: 0.000000
Default: 3.000000
-CONC_E: Concentration Approximation Threshold
floating point number
Minimum: 0.000000
Default: 0.001000
-GRAD_MIN: Minimum Gradient
floating point number
Minimum: 0.000000
Default: 0.000000
-NEIGHBOURS: Neighbourhood
choice
Available Choices:
[0] Moore (8)
[1] Neumann (4)
[2] Optimised
Default: 0