Skip to content

Commit

Permalink
Reservoir policy (#102)
Browse files Browse the repository at this point in the history
* Update data_manifest.yaml with latest version of sample input data that includes preferred reservoir operating behavior.

* Update python_requires

* Update _version.py
  • Loading branch information
thurber authored Feb 14, 2023
1 parent f546cfa commit a654bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mosartwmpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions mosartwmpy/data_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ tutorial:

sample_input:
description: Sample input dataset that can be used for testing and development; covers 1980 - 1985.
url: https://data.msdlive.org/records/zdg6s-r5102/files/mosartwmpy_sample_input_data_1980_1985.zip?download=1
url: https://data.msdlive.org/records/m6pp5-7xt54/files/mosartwmpy_sample_input_data_1980_1985.zip?download=1
destination: ./

validation:
description: Result datasets that can be used for validating the model; includes results with and without WM; covers 1981-1982.
url: https://zenodo.org/record/5609702/files/mosartwmpy_validation.zip?download=1
destination: ./

# TODO add other weather files, demand files, etc as they become ready
# TODO add other weather files, demand files, etc as they become ready
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
description='Python implementation of MOSART-WM: A water routing and management model',
long_description=readme(),
long_description_content_type="text/markdown",
python_requires='>=3.8.*, <4',
python_requires='>=3.8,<4.0',
include_package_data=True,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a654bea

Please sign in to comment.