-
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
Allocate to UserDemand from directly connected basin if possible #1581
Conversation
Link to discussion: #1428 (comment) We should directly test this since it will have a large impact on results. Would a This behavior probably also needs to be in the user docs, probably https://deltares.github.io/Ribasim/reference/node/user-demand.html, maybe https://deltares.github.io/Ribasim/concept/allocation.html. |
Fixes #1545
Some notes on this PR:
Basin
upstream of aUserDemand
has a level demand to define the source capacity of the basinBasin
to theUserDemand
also shows up inallocation_flow.arrow
, which requires some refactoring. That is fine though, as that refactor is needed anyway for Optimize allocation per source in a fixed order #565, where we probably want to aggregate the allocation flows for output over the optimizations for all sources in stead of saving them per source