How to fix "ERROR:type SBM has no field soil"? #494
-
I have started studying Wflow with Wflow.jl document ''' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is probably because we started with updating the master branch with our v1.0 changes. I am guessing that you downloaded the toml file using the code provided on this page, right? https://deltares.github.io/Wflow.jl/dev/user_guide/sample_data/#wflow_sbm_data If so, it is probably wise to change the This should solve your issue! |
Beta Was this translation helpful? Give feedback.
This is probably because we started with updating the master branch with our v1.0 changes. I am guessing that you downloaded the toml file using the code provided on this page, right? https://deltares.github.io/Wflow.jl/dev/user_guide/sample_data/#wflow_sbm_data
If so, it is probably wise to change the
toml_url
totoml_url = "https://raw.githubusercontent.com/Deltares/Wflow.jl/v0.8.1/test/sbm_config.toml"
. Otherwise, you can browse the repository at the state of the last release (v0.8.1) via this link: https://github.com/Deltares/Wflow.jl/tree/v0.8.1This should solve your issue!