HBV-Lab 0.2.3__tar.gz → 1.0.0__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.
@@ -71,7 +71,7 @@ class HBVModel(uncertainty, calibration):
71
71
  'lower_storage': 20.0 # Lower zone storage (mm)
72
72
  }
73
73
 
74
- # Initialize time tracking
74
+ ## Initialize time tracking
75
75
  self.start_date = None
76
76
  self.end_date = None
77
77
  self.time_step = 'D' # Default: daily
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HBV_Lab
3
- Version: 0.2.3
3
+ Version: 1.0.0
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
@@ -39,7 +39,7 @@ HBV is a simple conceptual hydrological model that simulates the main hydrologic
39
39
 
40
40
  I've been experimenting with the model lately and—in an endeavour to better understand the logic behind it—I decided to implement my own version—in Python, following an intuitive object-oriented programming approach.
41
41
 
42
- This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown below. In addition to calibration and uncertainty analysis modules.
42
+ This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown belowIn addition to calibration and uncertainty analysis modules. See the [documentation for one step of the model.](https://lucid.app/publicSegments/view/a0edb3b6-8eba-4db5-9984-bfd23cc004ef/image.png)
43
43
  ```python
44
44
  parameters = {
45
45
  'snow': ['TT', 'CFMAX', 'SFCF', 'CFR', 'CWH'],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: HBV_Lab
3
- Version: 0.2.3
3
+ Version: 1.0.0
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
@@ -39,7 +39,7 @@ HBV is a simple conceptual hydrological model that simulates the main hydrologic
39
39
 
40
40
  I've been experimenting with the model lately and—in an endeavour to better understand the logic behind it—I decided to implement my own version—in Python, following an intuitive object-oriented programming approach.
41
41
 
42
- This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown below. In addition to calibration and uncertainty analysis modules.
42
+ This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown belowIn addition to calibration and uncertainty analysis modules. See the [documentation for one step of the model.](https://lucid.app/publicSegments/view/a0edb3b6-8eba-4db5-9984-bfd23cc004ef/image.png)
43
43
  ```python
44
44
  parameters = {
45
45
  'snow': ['TT', 'CFMAX', 'SFCF', 'CFR', 'CWH'],
@@ -4,7 +4,7 @@ HBV is a simple conceptual hydrological model that simulates the main hydrologic
4
4
 
5
5
  I've been experimenting with the model lately and—in an endeavour to better understand the logic behind it—I decided to implement my own version—in Python, following an intuitive object-oriented programming approach.
6
6
 
7
- This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown below. In addition to calibration and uncertainty analysis modules.
7
+ This versioin implements the snow, soil, response and routing routines—controled by 14 calibratable parameters as shown belowIn addition to calibration and uncertainty analysis modules. See the [documentation for one step of the model.](https://lucid.app/publicSegments/view/a0edb3b6-8eba-4db5-9984-bfd23cc004ef/image.png)
8
8
  ```python
9
9
  parameters = {
10
10
  'snow': ['TT', 'CFMAX', 'SFCF', 'CFR', 'CWH'],
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name='HBV_Lab',
8
- version='0.2.3',
8
+ version='1.0.0',
9
9
  packages=find_packages(include=['HBV_Lab', 'HBV_Lab.*']),
10
10
  install_requires=[
11
11
  'numpy',
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