Skip to content

Commit

Permalink
Change to V21-11 physics ERDDAP dataset id
Browse files Browse the repository at this point in the history
Use V21-11 dataset ids to create flags to update physics dataset on
ERDDAP after nowcast-green run. The name of this dataset has been changed
from ubcSSg3DTracerFields1hV19-05 to ubcSSg3DPhysicsFields1hV21-11.
  • Loading branch information
douglatornell committed Jan 11, 2024
1 parent bb0555a commit f7c3ad6
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 @@ -433,7 +433,7 @@ erddap:
- ubcONCTWDP1mV1
nowcast-green:
- ubcSSg3DBiologyFields1hV21-11
- ubcSSg3DTracerFields1hV19-05
- ubcSSg3DPhysicsFields1hV21-11
- ubcSSg3DuGridFields1hV21-11
- ubcSSg3DvGridFields1hV21-11
- ubcSSg3DwGridFields1hV21-11
Expand Down
2 changes: 1 addition & 1 deletion tests/workers/test_ping_erddap.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_erddap_section(self, prod_config):
assert erddap["datasetIDs"]["TWDP-ferry"] == ["ubcONCTWDP1mV1"]
assert erddap["datasetIDs"]["nowcast-green"] == [
"ubcSSg3DBiologyFields1hV21-11",
"ubcSSg3DTracerFields1hV19-05",
"ubcSSg3DPhysicsFields1hV21-11",
"ubcSSg3DuGridFields1hV21-11",
"ubcSSg3DvGridFields1hV21-11",
"ubcSSg3DwGridFields1hV21-11",
Expand Down

0 comments on commit f7c3ad6

Please sign in to comment.