Skip to content

Commit a2cc763

Browse files
aaronspringclaudeNickGeneva
authored
Add swvl2 to Earthmover ERA5 lexicon (#1124)
* Add swvl2 to Earthmover ERA5 lexicon The Earthmover ERA5 Marketplace dataset now publishes volumetric soil water layer 2, so add it to EarthMoverERA5Lexicon (and thus to EarthMoverERA5.VARIABLES). Param id and canonical units for swvl2 were already present in the shared metadata tables. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * Fix typo in CHANGELOG.md for online metrics --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Nicholas Geneva <5533524+NickGeneva@users.noreply.github.com>
1 parent 4ebebf8 commit a2cc763

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
ONNX sessions at construction instead of on first use in a rollout
2020
- Added regional splits to evaluation recipe scoring, in both the online
2121
and store-then-score pathways: `scoring.regions` takes named coordinate
22-
boxes and adds a labeled `region` axis to the score stores. New
23-
optional per-member online metrics include MAE (`scoring.online.mae`)
24-
and log spectral distance (`scoring.online.lsd`)
22+
boxes and adds a labeled `region` axis to the score stores.
23+
- New eval recipe optional per-member online metrics include MAE
24+
(`scoring.online.mae`) and log spectral distance (`scoring.online.lsd`)
2525

2626
### Changed
2727

earth2studio/lexicon/earthmover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ class EarthMoverERA5Lexicon(_EarthMoverLexiconBase):
448448
"stl3": "stl3::sfc::",
449449
"stl4": "stl4::sfc::",
450450
"swvl1": "swvl1::sfc::",
451+
"swvl2": "swvl2::sfc::",
451452
"t2m": "t2m::sfc::",
452453
"tcc": "tcc::sfc::",
453454
"tcw": "tcw::sfc::",

test/data/test_earthmover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"stl3",
6666
"stl4",
6767
"swvl1",
68+
"swvl2",
6869
"t2m",
6970
"tcc",
7071
"tcw",

test/lexicon/test_earthmover_lexicon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"stl3": "stl3::sfc::",
103103
"stl4": "stl4::sfc::",
104104
"swvl1": "swvl1::sfc::",
105+
"swvl2": "swvl2::sfc::",
105106
"t2m": "t2m::sfc::",
106107
"tcc": "tcc::sfc::",
107108
"tcw": "tcw::sfc::",

0 commit comments

Comments
 (0)