Open visr opened 1 year ago
I guess perhaps it is possible to automate parts of this, but that could also be done after implementing it manually first.
Refinement: let's check the duplication and automate/generalize after the first manual implementation(s).
What about time dependent control levels for the DiscreteControl?
That would also be nice to have, but implementation wise is quite different from this issue. Right now we only support control_state
in the static tables. See also #298.
Currently only Basin and TabulatedRatingCurve support it.
What is needed:
If #178 would be merged first these steps might change a little.
For Basin the time-dependent table is called / time" for all these tables.
The TabulatedRatingCurve is unique in that a table has to be updated rather than scalars. For the other node types it will probably look more similar to the
Basin / forcing
, but I'd propose "basin_update
. I guess perhaps it is possible to automate parts of this, but that could also be done after implementing it manually first. Right now it's a limitation that only some things can get updated.EDIT 2024-01: @Fati-Mon needs
Pump / time
andOutlet / time
.