wflow model builder
wflow is a Deltares product. The documentation can be found here. And a shortcut to the download page can be found here here. In our approoach we run wflow from the Command-Line Interface (CLI). These instructions are found here.
Make sure you have an Miniconda or Anaconda installation. You can download these here:
Use the environment.yml in this repository to create the wflow environment we use to build models via de command-line:
conda env create -f environment.yml
After installation you can activate your environment in command prompt:
conda activate wflow
Navigate to the ./notebooks folder in this repository. Start Jupyter Notebook in the command-line by:
Jupyter Notebook
Open the Jupyter Notebook" wflow-model from hydrobase and follow the instructions.
Now you have created your wflow-model, you can run it in the command-line interface as explained in the wflow instructions