Wflow.jl plugin for eWatercycle.
The Wflow.jl documentation is available at https://deltares.github.io/Wflow.jl/dev/ .
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-wflowjl --file environment.yml
conda activate ewatercycle-wflowjl
Install this package alongside your eWaterCycle installation
pip install ewatercycle-wflowjl
Then Wflow becomes available as one of the eWaterCycle models
from ewatercycle.models import WflowJl
Note that unlike other plugins, the WflowJl eWaterCycle model does not run in a container.
This is due to limitations of the Julia language.
Usage of Wflow.jl forcing generation and model execution is shown in docs/generate_era5_forcing.ipynb and docs/wflowjl_local.ipynb respectively.
ewatercycle-wflowjl
is distributed under the terms of the Apache-2.0 license.