-
This is not a bug per se, nor a feature request. I am interested in determining the actual function of the In the manual, it states "_Duration of simulation is controlled by the niterations parameter. The default value is 10 minutes, reaching the steady-state may require much longer time, depending on the time step, complexity of terrain, land cover and size of the area. _" but I am a little unclear as to what the actual meaning of this is. For example, if I wanted to simulate a 12 hour rain event at 25mm/hr, does this mean I simply set If it is indeed the time of simulation, perhaps the name |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Why not a discussion? It's a valid question, I'm curious too ;) |
Beta Was this translation helpful? Give feedback.
-
Thank you for moving this over to discussions. |
Beta Was this translation helpful? Give feedback.
niterations is indeed duration of simulated event in minutes which is converted to number of iterations that the particles move across the study region in the code based on the average flow velocity. But the simulation stops once the steady state (peak flow) is reached which may be much sooner than after 12 hours. Number of iterations was introduced to allow users to run shorter events, to get water depths before steady state is reached or to prevent the simulation to run for long period of time if water is just filling some bigger depression with steady state reached everywhere else.
Perhaps in next major release we can rename niterations to duration (niter was based on the original para…