Skip to content

Commit

Permalink
Update to V21-11 dataset URLs in config & tests
Browse files Browse the repository at this point in the history
The URLs for '3d tracer fields' and '3d biology fields' have been updated in the
test_make_plots.py and nowcast.yaml files.
  • Loading branch information
douglatornell committed Mar 29, 2024
1 parent 40cdf7d commit 53d63c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/nowcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ figures:
# **Must be quoted to project {} characters**
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSf{place}SSH10m"
3d tracer fields:
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DTracerFields1hV19-05
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DTracerFields1hV21-11
3d biology fields:
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DBiologyFields1hV19-05
https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DBiologyFields1hV21-11
2nd narrows hadcp time series:
https://salishsea.eos.ubc.ca/erddap/tabledap/ubcVFPA2ndNarrowsCurrent2sV1
wwatch3 fields:
Expand Down
4 changes: 2 additions & 2 deletions tests/workers/test_make_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ def test_coastline(self, prod_config):
),
(
"3d tracer fields",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DTracerFields1hV19-05",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DPhysicsFields1hV21-11",
),
(
"3d biology fields",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DBiologyFields1hV19-05",
"https://salishsea.eos.ubc.ca/erddap/griddap/ubcSSg3DBiologyFields1hV21-11",
),
(
"HRDPS fields",
Expand Down

0 comments on commit 53d63c3

Please sign in to comment.