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.
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