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

Export wflow model to FEWS #81

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion examples/wflow_build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,12 @@ TTM = 0
WHC = 0.1
G_Cfmax = 5.3
G_SIfrac = 0.002
G_TT = 1.3
G_TT = 1.3

[write_fews]
fews_root = d:\Projects\HYDROMT-CF\test
scheme_version = 1
region_name = piave
model_version = 1
fews_template = d:\Projects\HYDROMT-CF\initialstart\
wflow_template = d:\Projects\HYDROMT-CF\templates\wflow\
2 changes: 1 addition & 1 deletion examples/wflow_piave_clip/wflow_sbm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gauges_grdc = "wflow_gauges_grdc"
type = "sbm"
masswasting = true
snow = true
reinit = true
reinit = false
reservoirs = false
lakes = false
glacier = true
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/wflow_piave_subbasin/wflow_sbm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gauges_grdc = "wflow_gauges_grdc"
type = "sbm"
masswasting = true
snow = true
reinit = true
reinit = false
reservoirs = true
lakes = true
glacier = true
Expand Down
Loading