Skip to content

d2hydro/wflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wflow

wflow model builder

download and install wflow

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.

prepare your Python environment

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

create a wflow model using the HYDROBASE API

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.

execute your wflow model using the command-line interface

Now you have created your wflow-model, you can run it in the command-line interface as explained in the wflow instructions

About

wflow model builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published