-
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
Time dependent subgrid #1010
Labels
needs-refinement
Issues that are too large and need refinement
physics
Physical process representation
Comments
harm-nomden-sweco
changed the title
time-dependent subgrid
time-dependent subgrid and profile
Jan 30, 2024
SnippenE
added
enhancement
physics
Physical process representation
needs-refinement
Issues that are too large and need refinement
labels
Jan 31, 2024
visr
changed the title
time-dependent subgrid and profile
Time dependent subgrid and profile
Mar 14, 2024
Related to #208 |
visr
added a commit
that referenced
this issue
Dec 20, 2024
Fixes #1010 This adds `Basin / subgrid_time`. So far the only relation we could update over time was `Q(h)` (`TabulatedRatingCurve / time`), and that is implemented differently. I wrote #1976 to get those more in line. It's good to read that since it explains the implementation here. Things I dislike: - Need a special case to allow an underscore in `Basin / subgrid_time`, just like `Basin / concentration_`. - Other dynamic tables are just named time and have a static counterpart like `Basin / static`, `Basin / time`. Since we already have `Basin / subgrid` we cannot do that. --------- Co-authored-by: Maarten Pronk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-refinement
Issues that are too large and need refinement
physics
Physical process representation
What
As a user I would like to have a time-dependent subgrid and profile.
Why
The backwatercurves can be different for example for winter/summer (due to roughness)
The text was updated successfully, but these errors were encountered: