Skip to content

Commit

Permalink
Add V21-11 3d chemistry fields ERDDAP dataset id
Browse files Browse the repository at this point in the history
Use V21-11 dataset id to create flags to update chemistry fields dataset on
ERDDAP after nowcast-green run. ubcSSg3DChemistryFields1hV21-11 is a new
dataset for V21-11.
  • Loading branch information
douglatornell committed Jan 12, 2024
1 parent 5d6c649 commit 41820cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/nowcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ erddap:
- ubcONCTWDP1mV1
nowcast-green:
- ubcSSg3DBiologyFields1hV21-11
- ubcSSg3DChemistryFields1hV21-11
- ubcSSg3DPhysicsFields1hV21-11
- ubcSSgSeaSurfaceHeightField1hV21-11
- ubcSSg3DuGridFields1hV21-11
Expand Down
1 change: 1 addition & 0 deletions tests/workers/test_ping_erddap.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def test_erddap_section(self, prod_config):
assert erddap["datasetIDs"]["TWDP-ferry"] == ["ubcONCTWDP1mV1"]
assert erddap["datasetIDs"]["nowcast-green"] == [
"ubcSSg3DBiologyFields1hV21-11",
"ubcSSg3DChemistryFields1hV21-11",
"ubcSSg3DPhysicsFields1hV21-11",
"ubcSSgSeaSurfaceHeightField1hV21-11",
"ubcSSg3DuGridFields1hV21-11",
Expand Down

0 comments on commit 41820cf

Please sign in to comment.