Skip to content

Commit

Permalink
Add description of fair distribution model
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed May 23, 2024
1 parent 5669335 commit e3aa8e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/ribasim_testmodels/ribasim_testmodels/allocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,11 @@ def linear_resistance_demand_model():


def fair_distribution_model():
"""
Small model with little restrictions within the graph to see the behavior of
allocation in that case.
"""

model = Model(
starttime="2020-01-01 00:00:00",
endtime="2020-01-07 00:00:00",
Expand Down

0 comments on commit e3aa8e1

Please sign in to comment.