Skip to content

eWaterCycle/ewatercycle-marrmot

Repository files navigation

eWaterCycle plugin for MARRMoT hydrological model

Research Software Directory Badge DOI PyPI

MARRMoT plugin for eWatercycle.

MARRMoT documentation at https://github.com/wknoben/MARRMoT .

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-marrmot --file environment.yml
conda activate ewatercycle-marrmot

Install this package alongside your eWaterCycle installation

pip install ewatercycle-marrmot

Then MARRMoT models become available as eWaterCycle models

from ewatercycle.models import MarrmotM01, MarrmotM14

Usage

Example notebooks:

License

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