Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raoulcollenteur/tuwmodel

Python implementation of the TUWmodel developed by Parajka et al. (2007)
https://github.com/raoulcollenteur/tuwmodel

hydrology python rainfall-runoff-model tuwmodel

Last synced: about 2 months ago
JSON representation

Python implementation of the TUWmodel developed by Parajka et al. (2007)

Awesome Lists containing this project

README

        

TUWmodel
--------
Python implementation of the rainfall-runoff TUWmodel developed by Parajka et al. (2007). The model is based on the original Fortran code, updated to Fotran90 and optimized for use in the Python library. This python package is still work in progress, but can be used already (2018-11-19).

Installation
------------
This Fortran code has been compiled for MacOS 10.14. A windows compiled file will soon be added. The python package f2py is used for compilation of the Fortran90 code.

For installation of the python-package run::

pip install https://github.com/raoulcollenteur/tuwmodel/zipball/master

References
----------
Parajka, J., R. Merz, G. Bloeschl (2007) Uncertainty and multiple objective calibration in regional water balance modelling: case study in 320 Austrian catchments, Hydrological Processes, 21, 435-446.