Deltares / Wflow.jl

Hydrological modeling
https://deltares.github.io/Wflow.jl/dev/
MIT License
119 stars 22 forks source link

Adding additional reservoir module (more complex) #350

Open alimeshgi opened 9 months ago

alimeshgi commented 9 months ago

Feature type

Adding new functionality

Improvement Description

The current reservoir module (SimpleReservoir) includes simple operational rules that may not fully capture the complexity of real-world reservoir operations. For certain applications, the implementation of a more complex reservoir scheme could be useful, for example the reservoir module suggested here https://github.com/Deltares/Wflow.jl/issues/350#issuecomment-1951717943.

Implementation Description

Refinement of the implementation of more complex reservoir module: a reservoir module that includes more refined operational rules derived from global data sources. This could include factors such flood control operations and (irrigation) water demand.

Additional Context

No response

hboisgon commented 8 months ago

Nice issue! For the Ukai Dam in India, we used this global model from the team of Dai Yamazaki: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021MS002944

I think it could be a nice start.