Skip to content

Commit

Permalink
Adapt outlet model
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Apr 23, 2024
1 parent 8b2dd75 commit 3f0a53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/ribasim_testmodels/ribasim_testmodels/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,14 @@ def outlet_model():
starttime="2020-01-01",
endtime="2021-01-01",
crs="EPSG:28992",
solver=ribasim.Solver(saveat=0),
)

# Set up the basins
model.basin.add(
Node(3, Point(2.0, 0.0)),
[
basin.Profile(area=[1000.0, 1000.0], level=[0.0, 1.0]),
basin.State(level=[1e-3]),
basin.State(level=[0.0]),
],
)

Expand Down

0 comments on commit 3f0a53d

Please sign in to comment.