Skip to content

Commit

Permalink
Update ERDDAP URL for HRDPS fields in config & tests
Browse files Browse the repository at this point in the history
The URL to access HRDPS fields from the SalishSeaCast ERDDAP service is
updated. This modifies the `nowcast.yaml` configuration file and
`test_make_plots.py` in the test suite. The new URL points to version 23-02 of
the Surface Atmosphere Fields.
  • Loading branch information
douglatornell committed Apr 8, 2024
1 parent c00c899 commit 9b9d798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nowcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ figures:
bathymetry:
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSnBathymetryV17-02
HRDPS fields:
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSaSurfaceAtmosphereFieldsV1
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSaSurfaceAtmosphereFieldsV23-02
tide stn ssh time series:
# **Must be quoted to project {} characters**
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSf{place}SSH10m"
Expand Down
2 changes: 1 addition & 1 deletion tests/workers/test_make_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def test_coastline(self, prod_config):
),
(
"HRDPS fields",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSaSurfaceAtmosphereFieldsV1",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSaSurfaceAtmosphereFieldsV23-02",
),
),
)
Expand Down

0 comments on commit 9b9d798

Please sign in to comment.