Skip to content

Commit

Permalink
added urlbase for retrospective 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehrkrz committed Dec 7, 2023
1 parent 05a893b commit 1c539a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Developed by CIROH 2023
- `1`: "https://noaa-nwm-retrospective-2-1-pds.s3.amazonaws.com/".
- `2`: "s3://noaa-nwm-retrospective-2-1-pds/model_output/".
- `3`: "https://ciroh-nwm-zarr-retrospective-data-copy.s3.amazonaws.com/noaa-nwm-retrospective-2-1-zarr-pds/".
- `4`: "https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/CONUS/netcdf/".
- `selectet_object_type`: An integer representing the object type. Available options include:
- `1` for forcing data
- `2` for model_output
Expand Down
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/setup-checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""

# Other information
VERSION = "0.2.1"
VERSION = "0.2.2"
DESCRIPTION = "URL generator tool for National Water Model data"

setup(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Developed by CIROH 2023
- `1`: "https://noaa-nwm-retrospective-2-1-pds.s3.amazonaws.com/".
- `2`: "s3://noaa-nwm-retrospective-2-1-pds/model_output/".
- `3`: "https://ciroh-nwm-zarr-retrospective-data-copy.s3.amazonaws.com/noaa-nwm-retrospective-2-1-zarr-pds/".
- `4`: "https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/CONUS/netcdf/".
- `selectet_object_type`: An integer representing the object type. Available options include:
- `1` for forcing data
- `2` for model_output
Expand Down
1 change: 1 addition & 0 deletions nwmurl/.ipynb_checkpoints/urlgennwm-checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def select_lead_time(lead_time=None, default=None):
1: "https://noaa-nwm-retrospective-2-1-pds.s3.amazonaws.com/",
2: "s3://noaa-nwm-retrospective-2-1-pds/",
3: "https://ciroh-nwm-zarr-retrospective-data-copy.s3.amazonaws.com/noaa-nwm-retrospective-2-1-zarr-pds/",
4: "https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/CONUS/netcdf/",
}


Expand Down
1 change: 1 addition & 0 deletions nwmurl/urlgennwm.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def select_lead_time(lead_time=None, default=None):
1: "https://noaa-nwm-retrospective-2-1-pds.s3.amazonaws.com/",
2: "s3://noaa-nwm-retrospective-2-1-pds/",
3: "https://ciroh-nwm-zarr-retrospective-data-copy.s3.amazonaws.com/noaa-nwm-retrospective-2-1-zarr-pds/",
4: "https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/CONUS/netcdf/",
}


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"""

# Other information
VERSION = "0.2.1"
VERSION = "0.2.2"
DESCRIPTION = "URL generator tool for National Water Model data"

setup(
Expand Down

0 comments on commit 1c539a3

Please sign in to comment.