storm-fsv-cvut / smoderp2d

SMODERP2D - Distributed event-based model for surface and subsurface runoff and erosion
https://storm-fsv-cvut.github.io/smoderp2d-manual/
GNU General Public License v3.0
7 stars 4 forks source link

inconsistent inflows for single and multiple flow direction #375

Open landam opened 2 months ago

landam commented 2 months ago

Inflows for single and multiple flow direction are coded differently.

(example from rain_sim)

Single (for single cell):

[[-1, 0]]

means inflow from the northern cell.

Multiple:

[0 0 1 0 0 0 0 0]

Indexes:

| 6 7 8 |
| 5   1 |
| 4 3 2 |

Problems: