From 9076b1a6ce041dd48dddbc66810d32ed43bc7d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domokos=20S=C3=A1rm=C3=A1ny?= Date: Tue, 3 Sep 2024 13:50:45 +0100 Subject: [PATCH] MUL-134: Fix mapping of ssu/ssv to GRIB paramIDs --- tests/multio/config/metadata-mapping/nemo-to-grib.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/multio/config/metadata-mapping/nemo-to-grib.yaml b/tests/multio/config/metadata-mapping/nemo-to-grib.yaml index 4cf138b6..05890095 100644 --- a/tests/multio/config/metadata-mapping/nemo-to-grib.yaml +++ b/tests/multio/config/metadata-mapping/nemo-to-grib.yaml @@ -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" @@ -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"