This is a simple tool that simulates overland flow with a kinematic wave approach. It is not designed for operational usage. Rather it should give an idea about some principles of dynamic simulation techniques and thus it might become a starting point for more sophisticated and applicable simulation tools. 
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Elevation | Grid (input) | DEM | - | - | 
 | Manning Roughness (*) | Grid (optional input) | ROUGHNESS | - | - | 
 | Gauges (*) | Shapes (optional input) | GAUGES | - | - | 
| Output | Runoff | Grid (output) | FLOW | - | - | 
 | Flow at Gauges (*) | Table (optional output) | GAUGES_FLOW | - | - | 
| Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - | 
 | Default | Floating point | ROUGHNESS_DEFAULT | default value if no grid has been selected | Minimum: 0.000000 Default: 0.030000 | 
 | Simulation Time [h] | Floating point | TIME_SPAN | - | Minimum: 0.000000 Default: 1.000000 | 
 | Simulation Time Step [min] | Floating point | TIME_STEP | - | Minimum: 0.000000 Default: 1.000000 | 
 | Map Update Frequency [min] | Floating point | TIME_UPDATE | If zero each simulation time step will update the flow map. | Minimum: 0.000000 Default: 1.000000 | 
 | Maximum Iterations | Integer | MAXITER | - | Minimum: 1 Default: 100 | 
 | Epsilon | Floating point | EPSILON | - | Minimum: 0.000000 Default: 0.000100 | 
 | Flow Routing | Choice | ROUTING | - | Available Choices: [0] Deterministic 8 [1] Multiple Flow Direction Default: 1 | 
 | Dynamic Water Surface | Boolean | DYNAMIC | - | Default: 1 | 
 | Reset | Boolean | FLOW_RESET | - | Default: 1 | 
 | Precipitation [mm] | Floating point | P_RATE | - | Default: 10.000000 | 
 | Precipitation | Choice | P_DISTRIB | - | Available Choices: [0] Homogenous [1] Above Elevation [2] Left Half Default: 0 | 
 | Above Elevation | Floating point | P_THRESHOLD | - | Default: 0.000000 | 
| (*) optional |