Skip to content

eWaterCycle/ewatercycle-wflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWaterCycle plugin for wflow hydrological model

Research Software Directory Badge DOI PyPI

wflow plugin for eWatercycle.

wflow documentation at https://wflow.readthedocs.io/ .

Installation

eWaterCycle must be installed in a mamba environment. The environment can be created with

wget https://raw.githubusercontent.com/eWaterCycle/ewatercycle/main/environment.yml
mamba env create --name ewatercycle-wflow --file environment.yml
conda activate ewatercycle-wflow

Install this package alongside your eWaterCycle installation

pip install ewatercycle-wflow

Then Wflow becomes available as one of the eWaterCycle models

from ewatercycle.models import Wflow

Usage

Usage of wflow forcing generation and model execution is shown in docs/generate_forcing.ipynb and docs/model.ipynb respectively.

License

ewatercycle-wflow is distributed under the terms of the Apache-2.0 license.