SAGA.sim_ecosystems_hugget.0: 01: A Simple Litter System

A simple litter system model using the euler method. Carbon storage C is calculated in dependency of litter fall rate (Cinput) and rate constant for litter loss (Closs) as:<br/>C(t + 1) = C(t) + (Cinput - Closs * C(t)) * dt<br/><br/>Typical values:<br/><br/>- Tropical Rainforest:<br/>-- Litter fall rate: 500 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 2.0 [1/a]<br/><br/>- Temperate forest:<br/>-- Litter fall rate: 240 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 0.4 [1/a]<br/><br/>- Boreal forest:<br/>-- Litter fall rate: 50 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 0.05 [1/a]<br/><br/>Reference:<br/>Hugget, R.J. (1993): 'Modelling the Human Impact on Nature', Oxford University Press.<br/>

Inputs

Time Span

number

Time Interval [a]

number
C_INIT 'description' C_INPUT 'description'

Rate Constant for Litter Loss [1/a]

number

Outputs

Results

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "SAGA.sim_ecosystems_hugget.0", "title": "01: A Simple Litter System", "description": "A simple litter system model using the euler method. Carbon storage C is calculated in dependency of litter fall rate (Cinput) and rate constant for litter loss (Closs) as:<br/>C(t + 1) = C(t) + (Cinput - Closs * C(t)) * dt<br/><br/>Typical values:<br/><br/>- Tropical Rainforest:<br/>-- Litter fall rate: 500 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 2.0 [1/a]<br/><br/>- Temperate forest:<br/>-- Litter fall rate: 240 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 0.4 [1/a]<br/><br/>- Boreal forest:<br/>-- Litter fall rate: 50 [g/m<sup>2</sup>/a]<br/>-- Litter loss rate: 0.05 [1/a]<br/><br/>Reference:<br/>Hugget, R.J. (1993): 'Modelling the Human Impact on Nature', Oxford University Press.<br/>", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.sim_ecosystems_hugget.0/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.sim_ecosystems_hugget.0/execution.html"}], "inputs": {"TIME_SPAN": {"title": "Time Span", "description": "Time Span", "schema": {"type": "number", "default": 100, "format": "double", "nullable": true}, "id": "TIME_SPAN"}, "TIME_STEP": {"title": "Time Interval [a]", "description": "Time Interval [a]", "schema": {"type": "number", "default": 0.1, "format": "double", "nullable": true}, "id": "TIME_STEP"}, "C_INIT": {"schema": {"type": "number", "default": 0, "format": "double", "nullable": true}, "id": "C_INIT"}, "C_INPUT": {"schema": {"type": "number", "default": 240, "format": "double", "nullable": true}, "id": "C_INPUT"}, "C_OUTPUT": {"title": "Rate Constant for Litter Loss [1/a]", "description": "Rate Constant for Litter Loss [1/a]", "schema": {"type": "number", "default": 0.4, "format": "double", "nullable": true}, "id": "C_OUTPUT"}}, "outputs": {"TABLE": {"title": "Results", "description": "Results", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/csv", "text/csv"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/csv"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "text/csv"}]}, "id": "TABLE"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/SAGA.sim_ecosystems_hugget.0.html
Last modified: Sat Feb 19 15:43:34 CET 2022