How to delete the key "output" in Wflow.Config Object in julia? #445
Unanswered
watercore2001
asked this question in
Q&A
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I don't want wflow to output nc files. One solution is to remove the output-related field in the toml configuration file. However, I want to use a unified configuration file, so I want to control this field in the Julia code.
So How to delete the "Output" key in Wflow.Config in julia?
below is my trying code:
Beta Was this translation helpful? Give feedback.
All reactions