| Tool Name | Accumulation Functions |
| Tool ID | 18 |
| Library ID | grid_analysis |
| Version | 1.1 |
| Author(s) | V. Wichmann (c) 2009-2022 |
Burrough, P.A. (1998): Dynamic Modelling and Geocomputation. In: Longley, P.A., Brooks, S.M., McDonnell, R. & B. MacMillan [Eds.]: Geocomputation: A Primer. John Wiley & Sons, pp. 165-191.
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Surface | grid, input | SURFACE | Surface used to derive the LDD network, e.g. a DTM. | |
| Input | grid, input | INPUT | Grid with the input values to accumulate. | |
| State t | grid, input, optional | STATE_IN | Grid describing the state of each cell at timestep t. | |
| Operation Grid | grid, input, optional | OPERATION_GRID | Grid encoding the mode of operation per grid cell. Can be used instead of a global setting ("Operation" choice). Operations use the same identifiers as the "Operation" choice parameter [0-4]. | |
| Operation Control | grid, input, optional | CONTROL | Depending on the mode of operation either transport capacity, transport fraction, threshold value or trigger value. | |
| Linear Flow Control Grid | grid, input, optional | CTRL_LINEAR | The values of this grid are checked against the linear flow threshold to decide on the flow-routing algorithm. | |
| Output | ||||
| Flux | grid, output | FLUX | Flux out of each cell, i.e. everything accumulated so far. | |
| State t + 1 | grid, output, optional | STATE_OUT | Grid describing the state of each cell at timestep t + 1. | |
| Options | ||||
| Operation | choice | OPERATION | Select a mode of operation. | Available Choices: [0] accuflux [1] accucapacityflux / state [2] accufractionflux / state [3] accuthresholdflux / state [4] accutriggerflux / state Default: 0 |
| Switch to Linear Flow | boolean | LINEAR | Switch from MFD8 to D8 if the linear flow threshold is crossed. | Default: 1 |
| Threshold Linear Flow | floating point number | THRES_LINEAR | Threshold for linear flow, if exceeded D8 is used. | Minimum: 0.000000 Default: 0.000000 |