Skip to content

Commit

Permalink
MUL-135: Fix mapping of ssu/ssv to GRIB paramIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarmany committed Sep 3, 2024
1 parent 07dfb1b commit 7edb560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/multio/config/metadata-mapping/nemo-to-grib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ data:

# Surface X component of sea water velocity
- nemo-id : ssu
param-id : 262137
param-id : 262138
grid-type : "U grid"
level-type : "oceanSurface"

Expand All @@ -442,7 +442,7 @@ data:

# Surface Y component of sea water velocity
- nemo-id : ssv
param-id : 262138
param-id : 262137
grid-type : "V grid"
level-type : "oceanSurface"

Expand Down

0 comments on commit 7edb560

Please sign in to comment.