Feature type
Adding new functionality
Improvement Description
Dear Wflow developers,
Greeting from Ireland. I will be shortly working in performing global optimisation of Wflow model. For my experience the first run of the optimisation requires running the whole Wflow model by Main.Wflow.run(PathToml). This includes initializing the model for example the forcing and the Ldd data.
During the optimisation process, after modifying the input parameters it might not be necessary to initialize again the model. The question is which function should I call to bypass the initialisation of the Wflow model?
With kindness,
Joseph A.P. Pollacco
Implementation Description
From my experience, a function would need to be written to bypass the initialisation of Wflow ?
Additional Context
No response
Feature type
Adding new functionality
Improvement Description
Dear Wflow developers,
Greeting from Ireland. I will be shortly working in performing global optimisation of Wflow model. For my experience the first run of the optimisation requires running the whole Wflow model by
Main.Wflow.run(PathToml). This includes initializing the model for example the forcing and the Ldd data.During the optimisation process, after modifying the input parameters it might not be necessary to initialize again the model. The question is which function should I call to bypass the initialisation of the Wflow model?
With kindness,
Joseph A.P. Pollacco
Implementation Description
From my experience, a function would need to be written to bypass the initialisation of Wflow ?
Additional Context
No response