-
Notifications
You must be signed in to change notification settings - Fork 15
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
Estimate river width and depth if no river geometry data available #195
Comments
Good suggestions! I would also be in favor of being able to still use the 'old' setup_riverwidth method. For river depth, another suggestion could be to use directly discharge from wflow outputs based on kinematic wave approach (under the Lin database a return period of 2 years is used). Note that for the kinematic wave, a default bankfull_width of 1 meter an be used and has almost no impact on the results for water level and very little to no impact on the discharge. |
Suggestion: split
roughness methods:
width methods:
depth methods:
Also possible: create new river database merging lins and merit hydro data |
When no river geometry data is available (hydroAtlas or Lin 2019 do not have small rivers included) HydroMT does not create the riverwidth and -depth layers and the wflow model can not be run.
Maybe the old deprecated method of setup_riverwidth could be used as backup to the new methods, to estimate the riverwidth based on discharge/precip/upstream area when no data is available. I think it would be most logical if this would be included as an option in the setup_river method.
Another option would be to estimate the river width based on a raster (like merit_hydro). Merit_hydro has the river width data included, and it covers some area that are not covered by for example Lin 2019, so might be useful sometimes. I am however not sure whether this is possible and would give reliable results.
The text was updated successfully, but these errors were encountered: