Skip to content

Commit

Permalink
fix issue #261
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaw committed Nov 7, 2024
1 parent bef0540 commit 49c4b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ripple1d/ops/ras_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def run_known_wse(
f"No controling known water surface elevations were identified for {nwm_rm.model_name}; i.e., the depth of flooding\
for the normal depth run for a given flow was alway higher than the known water surface elevations of the downstream reach"
)
pid = None
else:
pid = rm.kwses_run(
f"{nwm_rm.model_name}_{plan_suffix}",
Expand Down

0 comments on commit 49c4b20

Please sign in to comment.