-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add local inertial routing scheme to sbm_gwf
concept.
#371
Conversation
`graph_riv` is used for initialization land component local inertial model
Used for river local inertial routing, the river depth was set at zero in the code. Now a user can provide this boundary condition through the TOML file or NetCDF file with model parameters. Also, the `riverlength_bc` can be set through the NetCDF file with model parameters.
- Read boundary conditions for local inertial routing from NetCDF file. - Change reading boundary conditions from TOML and NetCDF (different combinations are possible).
- make use of one `set_states` function for both model types. - add test warm start `sbm_gwf` model type.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this work, nice to see these routing options being supported in the sbm_gwf
model as well! I have a couple of comments, let me know if anything is not clear!
Also throw a warning about boundary condition `riverlength_bc`.
Extraction of sub-domains for kinematic wave (use of threads) and use of `network.land.slope` for lateral snow transport.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me!
Ah maybe one small comment, maybe good to add that |
Issue addressed
Fixes #344
Explanation
See issue #344.
Checklist
master