new module inTopoHyd that
- can create a hydrograph (using 5 parameters: ...)
- analysis the topography (channel width, depth and slope) at the provided line (2 points) -> define where start and end points are and whether the line needs to be normal to the slope descent
- combines the created or an input hydrograph with the topography analysis (e.g., using Rickenmann equation) to a model hydrograph that is a csv table containing the following parameters:
- x coord
- y coord
- timestep
- thickness
- velocity x direction
- velocity y direction
- velocity z direction
new module inTopoHyd that