Skip to content

eWaterCycle/ewatercycle-hype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eWaterCycle plugin for HYPE hydrological model

Research Software Directory Badge DOI PyPI

HYPE plugin for eWatercycle.

HYPE documentation at http://www.smhi.net/hype/wiki/doku.php .

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

Install this package alongside your eWaterCycle installation

pip install ewatercycle-hype

Then Hype becomes available as one of the eWaterCycle models

from ewatercycle.models import Hype

Usage

Usage of HYPE forcing generation and model execution is shown in docs/generate_forcing.ipynb and docs/model.ipynb respectively.

License

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