Skip to content
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

constrain parameters for stability of raster-to-network grid conversion & NetSedTransporter #24

Open
shelbyahrendt opened this issue Nov 5, 2020 · 0 comments
Assignees

Comments

@shelbyahrendt
Copy link
Contributor

shelbyahrendt commented Nov 5, 2020

Just a couple of notes to add to the jupyter notebook or raise errors in the code:

  • limit the number of watersheds in the ChannelProfiler to 1 (otherwise you'd have to set up multiple network-sediment models and that's beyond the scope of this lab): number_of_watershed = 1

  • keep the watershed threshhold specified in the ChannelProfiler above a certain limit-(I think I tested it at 10,000 m^2, we could maybe go a bit more refined than that, but I'm not sure how the sediment-tranporter will handle a dense network) i.e. minimum_channel_threshold > 8,000 #m^2 as long as channel_definition_field='drainage_area'

  • desired node spacing should be greater than the grid resolution but less than the minimum ChannelProfiler segment length: in psuedocode: d_node_spacing > (rmg.dx & rmg.dy) & d_node_spacing < min(profiler.seglength)

@shelbyahrendt shelbyahrendt self-assigned this Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant