Tool Diffusive Hillslope Evolution (FTCS)
Simulation of diffusive hillslope evolution using a Forward-Time-Centered-Space (FTCS) method.
References
- Pelletier, J.D. (2008): Quantitative Modeling of Earth Surface Processes. Cambridge, 295p.
 
- Author: O.Conrad (c) 2013
 
- Menu: Simulation|Hillslope Evolution
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Elevation | grid, input | DEM | - | - | 
| Output | Modelled Elevation | grid, output | MODEL | - | - | 
 | Elevation Difference (*) | grid, output, optional | DIFF | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Update | boolean | UPDATE | - | Default: 1 | 
 | Diffusivity [m2 / kyr] | floating point number | KAPPA | - | Minimum: 0.000000 Default: 1.000000 | 
 | Simulation Time [kyr] | floating point number | DURATION | - | Minimum: 0.000000 Default: 100.000000 | 
 | Time Step | choice | TIMESTEP | - | Available Choices: [0] user defined [1] automatically Default: 1 | 
 | Time Step [kyr] | floating point number | DTIME | - | Minimum: 0.000000 Default: 10.000000 | 
 | Neighbourhood | choice | NEIGHBOURS | - | Available Choices: [0] Neumann [1] Moore Default: 1 | 
| (*) optional | 
Command-line
Usage: saga_cmd sim_qm_of_esp 0 [-DEM <str>] [-MODEL <str>] [-DIFF <str>] [-UPDATE <str>] [-KAPPA <double>] [-DURATION <double>] [-TIMESTEP <str>] [-DTIME <double>] [-NEIGHBOURS <str>]
  -DEM:<str>        	Elevation
	grid, input
  -MODEL:<str>      	Modelled Elevation
	grid, output
  -DIFF:<str>       	Elevation Difference
	grid, output, optional
  -UPDATE:<str>     	Update
	boolean
	Default: 1
  -KAPPA:<double>   	Diffusivity [m2 / kyr]
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -DURATION:<double>	Simulation Time [kyr]
	floating point number
	Minimum: 0.000000
	Default: 100.000000
  -TIMESTEP:<str>   	Time Step
	choice
	Available Choices:
	[0] user defined
	[1] automatically
	Default: 1
  -DTIME:<double>   	Time Step [kyr]
	floating point number
	Minimum: 0.000000
	Default: 10.000000
  -NEIGHBOURS:<str> 	Neighbourhood
	choice
	Available Choices:
	[0] Neumann
	[1] Moore
	Default: 1