Skip to content

Commit

Permalink
do not exit after 100 timesteps
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Nov 22, 2024
1 parent 7459f4e commit 0a7fbea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geb/hydrology/soil.py
Original file line number Diff line number Diff line change
Expand Up @@ -1364,9 +1364,6 @@ def step(
if self.model.timing:
print(timer)

if self.model.current_timestep == 100:
exit()

return (
interflow,
direct_runoff,
Expand Down

0 comments on commit 0a7fbea

Please sign in to comment.