Skip to content

How to modify parameters according to different subcatchment? #296

Answered by JoostBuitink
BastianT22 asked this question in Q&A
Discussion options

You must be logged in to vote

This is not directly possible in Wflow. The best way to do this, is to manually modify your staticmaps file as a preprocessing step, and add a new layer with different cfmax values for each subbasin. This way, you create a new 2D map in the staticmaps. which you can then refer to in the toml file (similar to the other spatially distributed parameters).
We typically use python and xarray for these type of operations, but any programming language and/or library should be able to this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BastianT22
Comment options

Answer selected by BastianT22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants