Skip to content

Commit

Permalink
First commit Niko (13/07/17):
Browse files Browse the repository at this point in the history
	- Class HBV96
	- Render/Set parameter function realized
	- Simulation/Calibration functionalities remain to develop
  • Loading branch information
NikoZHAI committed Jul 13, 2017
1 parent d411061 commit e421b13
Show file tree
Hide file tree
Showing 35 changed files with 18,293 additions and 18,908 deletions.
1,204 changes: 602 additions & 602 deletions HBV96.py

Large diffs are not rendered by default.

Binary file modified HBV96.pyc
Binary file not shown.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# lumped hydrological (lumphyd) models
Lumped hydrological models for sreamflow simulation and forecasting. This is a beta version of a larger package on hydrological modelling, which is yet to be developed.

This module contains the implementation of 3 lumped hydrological models: HBV-96, Sugawara tank and Linear Tank model.

The libraries contain 2 fundamental functions, which are `simulate` and `calibrate`. The first is used to calculate discharge, based on the required data for each of the models. The latter is used to define the optimal set of parameters, based on a metric of error between the simulated and measured discharge.

Please, if you happen to find any errors in the code, or just would like to further collaborate in the development of these codes, feel free to drop a line in a message.

Regards,

Juan Chacon-Hurtado
# lumped hydrological (lumphyd) models
Lumped hydrological models for sreamflow simulation and forecasting. This is a beta version of a larger package on hydrological modelling, which is yet to be developed.

This module contains the implementation of 3 lumped hydrological models: HBV-96, Sugawara tank and Linear Tank model.

The libraries contain 2 fundamental functions, which are `simulate` and `calibrate`. The first is used to calculate discharge, based on the required data for each of the models. The latter is used to define the optimal set of parameters, based on a metric of error between the simulated and measured discharge.

Please, if you happen to find any errors in the code, or just would like to further collaborate in the development of these codes, feel free to drop a line in a message.

Regards,

Juan Chacon-Hurtado
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import sugawara
import HBV96
import sugawara
import HBV96
import linear_reservoir
Loading

0 comments on commit e421b13

Please sign in to comment.