Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/raoulcollenteur/tuwmodel
- Owner: raoulcollenteur
- License: mit
- Created: 2018-11-19T13:22:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T13:41:25.000Z (about 6 years ago)
- Last Synced: 2024-06-11T17:12:30.827Z (7 months ago)
- Topics: hydrology, python, rainfall-runoff-model, tuwmodel
- Language: Fortran
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.