Skip to content

eWaterCycle/ewatercycle-wflowjl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://github.com/raw/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.

About

Python wrapper for the Wflow.jl Basic Model Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages