HBV-Lab 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab.egg-info/PKG-INFO +3 -3
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/PKG-INFO +3 -3
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/README.md +2 -2
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/setup.py +1 -1
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/HBV_model.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/__init__.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/calibration.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/hbv_step.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/response.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/routing.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/snow.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/soil.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab/uncertainty.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab.egg-info/SOURCES.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab.egg-info/dependency_links.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab.egg-info/requires.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/HBV_Lab.egg-info/top_level.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/LICENSE +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HBV_Lab
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: An intuitive, object-oriented and user-friendly Python implementation of a lumped conceptual HBV hydrological model for educational and research purposes.
|
|
5
5
|
Home-page: https://github.com/abdallaox/HBV_python_implementation
|
|
6
6
|
Author: Abdalla Mohammed
|
|
@@ -74,9 +74,9 @@ model.save_model("path")
|
|
|
74
74
|
model.load_model("path")
|
|
75
75
|
```
|
|
76
76
|
### Tutorial
|
|
77
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
77
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
78
78
|
### Play with HBV
|
|
79
|
-
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://
|
|
79
|
+
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground) (which uses a model developed with this HBV implementation).
|
|
80
80
|
### References
|
|
81
81
|
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
82
82
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HBV_Lab
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: An intuitive, object-oriented and user-friendly Python implementation of a lumped conceptual HBV hydrological model for educational and research purposes.
|
|
5
5
|
Home-page: https://github.com/abdallaox/HBV_python_implementation
|
|
6
6
|
Author: Abdalla Mohammed
|
|
@@ -74,9 +74,9 @@ model.save_model("path")
|
|
|
74
74
|
model.load_model("path")
|
|
75
75
|
```
|
|
76
76
|
### Tutorial
|
|
77
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
77
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
78
78
|
### Play with HBV
|
|
79
|
-
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://
|
|
79
|
+
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground) (which uses a model developed with this HBV implementation).
|
|
80
80
|
### References
|
|
81
81
|
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
82
82
|
|
|
@@ -39,9 +39,9 @@ model.save_model("path")
|
|
|
39
39
|
model.load_model("path")
|
|
40
40
|
```
|
|
41
41
|
### Tutorial
|
|
42
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
42
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
43
43
|
### Play with HBV
|
|
44
|
-
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://
|
|
44
|
+
Get a feeling of how HBV model work and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground) (which uses a model developed with this HBV implementation).
|
|
45
45
|
### References
|
|
46
46
|
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
47
47
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|