MARRMoT plugin for eWatercycle.
MARRMoT documentation at https://github.com/wknoben/MARRMoT .
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
Example notebooks:
- Forcing generation at docs/generate_forcing.ipynb
- Marrmot Collie River 1 (traditional bucket) model docs/MarrmotM01.ipynb
- Marrmot Top Model hydrological model docs/MarrmotM14.ipynb
ewatercycle-marrmot
is distributed under the terms of the Apache-2.0 license.