Skip to content

Support storage column in basin profile #2278

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

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Conversation

simulutions
Copy link
Collaborator

@simulutions simulutions commented May 15, 2025

Fixes #2254

Notes:

  • supports now 3 cases of initialisation of Basins with either level-area, level-storage or both relations as input
  • we interpolate level-area piecewise linear and storage-level is always done using the inverse of the integral of area-level, no matter how the basin was initialized

Copy link
Collaborator

@SouthEndMusic SouthEndMusic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this looks good! I left a few comments. I'm also missing an update of the Basin documentation in basin.qmd.


"""
Validated the initialisation of basins. Each basin at least need a level-area or level storage relationship.
We recommend to initialise all basins in the same way, which can be level-area, level-storage or level-area-storage.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good to have this here, but this is typically something that you also put into the documentation.

@SouthEndMusic SouthEndMusic marked this pull request as ready for review May 20, 2025 13:07
simulutions and others added 3 commits May 20, 2025 15:10
@evetion evetion changed the title Ribasim#2254 support storage column in basin profile Support storage column in basin profile May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support storage column in Basin / profile
2 participants