-
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
Reservoir module #1963
Comments
Reservoir modelling discussion 21/1/2025John, Fatima, Martijn, Maarten, Bart, Peter, Edwin, (Farid) Task: build an example test model where the following modelling concepts are applied. Typical reservoir modelling approach (from simple to more complex) Passive managementif Qin+S > V(TgtElev) then Qout= Qin+S-V(TgtElev) Ribasim implementation options:
Simple Rule based curveSame as above with V(TgtElev)(t): Ribasim implementation options:
Zone-based operationsTypical zones distinguished:
Sometimes the conservation/flood control level distinction is dynamic over multiple-years (different in dry years versus wet years) Typical operations (could be different types for each zone):
Ribasim implementation options:
|
As a user I want to be able to define reservoir management based on basic simple rules that later can be expanded to advanced specific set of operation rules. We might use the concepts and ideas of https://github.com/JohnRushKucharski/canteen and https://github.com/JohnRushKucharski/lattice.
The text was updated successfully, but these errors were encountered: