This is the implementation of a Soil and Landscape Evolution Model (SaLEM) for the spatiotemporal investigation of soil parent material evolution following a lithologically differentiated approach. The model needs a digital elevation model and (paleo-)climatic data for the simulation of weathering, erosion and transport processes. Weathering is controlled by user defined functions in dependence of climate conditions, local slope, regolith cover and outcropping bedrock lithology. Lithology can be supplied as a set of grids, of which each grid represents the top elevation of the underlying bedrock type.
| Name | Type | Identifier | Description | Constraints |
Input | Initial Surface Elevation | grid, input | SURFACE_T0 | - | - |
Initial Regolith Thickness | grid, input, optional | REGOLITH_T0 | Initial sediment cover (m) | - |
Allochthone Input | grid, input, optional | ALLOCHTHONE | Allochthone input in meter per year (e.g. of aeolian origin, 'Loess'). | - |
Long-term Temperature Signal | table, input | TREND | Long-term temperature signal, used as adjustment for annual scenarios, i.e. to let their original values appear cooler or warmer. | - |
Annual Climate | table, input | ANNUAL | - | - |
Lithology | grid list, input, optional | ROCK_LAYERS | - | - |
Output | Surface Elevation | grid, output | SURFACE | - | - |
Regolith Thickness | grid, output | REGOLITH | - | - |
Difference | grid, output | DIFFERENCE | - | - |
Tracer | shapes, output, optional | POINTS | - | - |
Tracer Paths | shapes, output, optional | LINES | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Default | floating point number | REGOLITH_T0_DEFAULT | default value if no grid has been selected | Minimum: 0.000000
Default: 0.000000 |
Default | floating point number | ALLOCHTHONE_DEFAULT | default value if no grid has been selected | Minimum: 0.000000
Default: 0.000000 |
Year | table field | TREND_YEAR | Time expected as 1000 years before present (ka BP). | - |
Temperature | table field | TREND_T | Temperature expected as degree Celsius. | - |
Temperature Offset | floating point number | TREND_T_OFFSET | Temperature offset (degree Celsius). | Default: 31.000000 |
Mean Temperature | table field | ANNUAL_T | - | - |
Minimum Temperature | table field | ANNUAL_TMIN | - | - |
Maximum Temperature | table field | ANNUAL_TMAX | - | - |
Precipitation | table field | ANNUAL_P | - | - |
Temperature Unit | choice | ANNUAL_T_UNIT | - | Available Choices:
[0] Celsius
[1] Kelvin
Default: 0 |
Temperature Lapse Rate | floating point number | T_LAPSE | Temperature lapse rate as degree Celsius per 100 meter. | Minimum: 0.000000
Default: 0.600000 |
Temperature Height Correction | boolean | T_LAPSE_CELL | Cellwise temperature correction applying specified temperature lapse rate to surface elevation. | Default: 1 |
Weathering Formulas | static table | WEATHERING | Variables that can be used in formulas are 'T', 'Tmin', 'Tmax', 'Tamp' (mean, minimum, maximum, range of temperature), 'P' (precipitation), 'R' (regolith thickness), 'S' (slope gradient). | 2 Fields:
- 1. [string] Frost
- 2. [string] Chemical
|
Frost Weathering | text | FROST | - | Default: 0.0250 * (0.00175 * R + T - Tmax) / (-Tamp * cos(S)) |
Chemical Weathering | text | CHEMICAL | - | Default: 0.0002 * exp(-5.0 * R) |
Trim | choice | TRIM | Remove tracers and associated paths that moved out of the investigated area (performance gain). | Available Choices:
[0] no
[1] temporarily
[2] permanently
Default: 1 |
Randomize Direction | floating point number | DIR_RAND | Uncertainty in routing direction expressed as standard deviation (degree). | Minimum: 0.000000
Default: 0.000000 |
Horizontal Density | integer number | H_DENSITY | Horizontal tracer density in cells. | Minimum: 1
Default: 1 |
Randomize | boolean | H_RANDOM | - | Default: 1 |
Vertical Density | floating point number | V_DENSITY | Vertical tracer density in meter. | Minimum: 0.010000
Default: 0.500000 |
Randomize | boolean | V_RANDOM | - | Default: 1 |
Start [Years BP] | integer number | TIME_START | - | Default: 50000 |
Stop [Years BP] | integer number | TIME_STOP | - | Default: 10000 |
Step [Years] | integer number | TIME_STEP | - | Minimum: 1
Default: 100 |
Diffusivity Coefficient Kd [m_/a] | floating point number | DIFFUSIVE_KD | - | Minimum: 0.000000
Default: 0.010000 |
Neighbourhood | choice | DIFFUSIVE_NEIGHBOURS | - | Available Choices:
[0] Neumann
[1] Moore
Default: 1 |