-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support time dependent parameters for pump and outlet types #208
Comments
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 |
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
Basin / forcing
, but I'd propose " / 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_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
.The text was updated successfully, but these errors were encountered: