Skip to content

Commit

Permalink
Default Outlet to 5 m3/s
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Dec 9, 2024
1 parent 282abd6 commit 514e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ribasim_nl/ribasim_nl/reset_static_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def reset_static_tables(model):
df = pd.DataFrame(
{
"node_id": model.outlet.node.df.index.to_numpy(),
"flow_rate": [0.1] * len(model.outlet.node.df),
"flow_rate": [5.0] * len(model.outlet.node.df),
}
)
df.index.name = "fid"
Expand Down

0 comments on commit 514e05d

Please sign in to comment.