-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Water supply/demand by basins in allocation (new node type LevelDemand
)
#1082
Conversation
To do:
where
add this as a term to the objective function comparing it to
As a side note, I am not completely happy with the conversion from volumes to flows by dividing by |
Hi @SouthEndMusic, just a small check. When using the vertical fluxes from the simulation, I assume you take the average or accumulation and not the instantaneous values |
To do for adding flows into basins to the objective function:
|
I added some tests with this model: The idea is that basin 2 starts with its level below the minimum level, and so user 3 will only abstract after the basin has been filled. This does work: There are 5 stages:
|
TargetLevel
)AllocationTarget
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, but looks good overall. I can rename to TargetLevel
in a separate PR.
AllocationTarget
)TargetLevel
)
TargetLevel
)LevelDemand
)
Fixes #564.