From 9b9d798f6ce8df1f0155fd3f58e11bf10ea7d6f3 Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Mon, 8 Apr 2024 11:57:14 -0700 Subject: [PATCH] Update ERDDAP URL for HRDPS fields in config & tests 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. --- config/nowcast.yaml | 2 +- tests/workers/test_make_plots.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nowcast.yaml b/config/nowcast.yaml index 607ecd16..b47d9faf 100644 --- a/config/nowcast.yaml +++ b/config/nowcast.yaml @@ -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" diff --git a/tests/workers/test_make_plots.py b/tests/workers/test_make_plots.py index 957325d2..125ce055 100644 --- a/tests/workers/test_make_plots.py +++ b/tests/workers/test_make_plots.py @@ -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", ), ), )