Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.38 KB

eWaterCycle plugin for the Wflow.jl hydrological model

Wflow.jl plugin for eWatercycle.

The Wflow.jl documentation is available at https://deltares.github.io/Wflow.jl/dev/ .

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-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

Usage of Wflow.jl forcing generation and model execution is shown in docs/generate_era5_forcing.ipynb and docs/wflowjl_local.ipynb respectively.

License

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