-
Notifications
You must be signed in to change notification settings - Fork 0
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
Preserve the stream info from pyflowline #9
Comments
This is the place that may need improvement. hexwatershed/src/compset/compset_run.cpp Line 169 in a12c85d
|
However, it is also possible to adjust the threshold during the simulation. |
We decide to use a new added option (iFlag_stream_grid_option) to control this feature to allow flexibility.
Because HexWatershed can turn off stream burning, not all options are available in different configurations. |
The json file from PyFlowline contains a flag on whether a cell is a stream grid or not. However, the flow accumulation is also used to define the stream grid. To preserve the original information, it is better to keep the flag even though its accumulation may be smaller than the threshold.
The text was updated successfully, but these errors were encountered: