We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2307bb0 commit 0164130Copy full SHA for 0164130
1 file changed
README.md
@@ -86,7 +86,7 @@ with Simulation(superlink, Q_in=Q_in, H_bc=H_bc) as simulation:
86
# While simulation time has not expired...
87
while simulation.t <= simulation.t_end:
88
# Step model forward in time
89
- simulation.step(dt=dt)
+ simulation.step(dt=dt, num_iter=1)
90
# Record internal depth and flow states
91
simulation.record_state()
92
# Print progress bar
0 commit comments