Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.06 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/ .

Installation

Please first install ewatercycle, for more info see the general ewatercycle documentation.

To install this package alongside your eWaterCycle installation, do:

pip install ewatercycle-wflowjl

Then Wflow becomes available as one of the eWaterCycle models:

import ewatercycle.models
ewatercycle.models.sources["WflowJl"]

Usage

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

License

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