-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
infil raster DCELL aligned with elevation map. Process more faster than infil_rate. Result in depth_water and discharge being very low and incomprehensible.
To Reproduce
Steps to reproduce the behavior:
- r.mapcalc "infil = 24.1"
- r.sim.water elevation=dem dx=dx dy=dy infil=infil man_value=0.368 depth=water_depth discharge=discharge --overwrite
- r.sim.water elevation=dem dx=dx dy=dy infil_rate=24.1 man_value=0.368 depth=water_depth discharge=discharge --overwrite
Expected behavior
I expect the same results for 2. and 3.
But the results and time of processing are completely different
System description (please complete the following information):
- Operating System: Linux Debian 11
- GRASS GIS version 8.3.0 (but I tried also with 8.2.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working