amacd31 / gr2m

Python implementation of the GR2M monthly rainfall runoff model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python GR2M

Build Status Code Coverage

Pure Python implementation of the GR2M hydrologic rainfall-runoff model.

Dependencies

Requires Python 2.7 or 3.4 greater.

If Cython is available the Python code will be compiled by Cython during installation. Running the unit tests requires numpy and pandas. These dependencies are all optional as the base code is pure Python.

References

Mouelhi, S., Michel, C., Perrin, C., & Andréassian, V. (2006). Stepwise development of a two-parameter monthly water balance model. Journal of Hydrology, 318(1-4), 200-214. http://doi.org/10.1016/j.jhydrol.2005.06.014

Operation of GR2M: http://webgr.irstea.fr/modeles/mensuel-gr2m/fonctionnement-gr2m/?lang=en

About

Python implementation of the GR2M monthly rainfall runoff model

License:Other


Languages

Language:Python 100.0%