From 09eecc2d2a5d8c5faa494c71a94486dd2790364b Mon Sep 17 00:00:00 2001 From: Sebastien Villaume Date: Mon, 29 Jan 2024 13:29:02 +0100 Subject: [PATCH 1/2] add stream configuation for class cerise --- definitions/mars/grib.mmsf.fc.def | 2 ++ definitions/mars/grib.msmm.fcmean.def | 2 ++ 2 files changed, 4 insertions(+) diff --git a/definitions/mars/grib.mmsf.fc.def b/definitions/mars/grib.mmsf.fc.def index 9d47177d1..d213cee45 100644 --- a/definitions/mars/grib.mmsf.fc.def +++ b/definitions/mars/grib.mmsf.fc.def @@ -15,3 +15,5 @@ if (centre == 80 && subCentre == 98 && class is "c3") { constant cnmc_cmcc = 'cmcc'; alias mars.origin = cnmc_cmcc; } + +if (class is "ci") { unalias mars.method; } diff --git a/definitions/mars/grib.msmm.fcmean.def b/definitions/mars/grib.msmm.fcmean.def index 2330d5ace..800a49134 100644 --- a/definitions/mars/grib.msmm.fcmean.def +++ b/definitions/mars/grib.msmm.fcmean.def @@ -16,3 +16,5 @@ if (centre == 80 && subCentre == 98 && class is "c3") { constant cnmc_cmcc = 'cmcc'; alias mars.origin = cnmc_cmcc; } + +if (class is "ci") { unalias mars.method; } From 439ff5479fec2fc2a4ad60b9d43aee27aef0cb2d Mon Sep 17 00:00:00 2001 From: Robert Osinski Date: Thu, 1 Feb 2024 16:08:38 +0000 Subject: [PATCH 2/2] ECC-1756: Add pseudo centre cerise --- definitions/grib2/section.4.def | 1 + 1 file changed, 1 insertion(+) diff --git a/definitions/grib2/section.4.def b/definitions/grib2/section.4.def index ca9349e73..512544da4 100644 --- a/definitions/grib2/section.4.def +++ b/definitions/grib2/section.4.def @@ -28,6 +28,7 @@ concept datasetForLocal(unknown) { "tigge" = {productionStatusOfProcessedData=5;} "s2s" = {productionStatusOfProcessedData=6;} "s2s" = {productionStatusOfProcessedData=7;} + "cerise" = {marsClass="ci";} "era6" = {marsClass="e6";} # for ERA6 parameters with constituentType "hydro" = {marsClass="ce";} # EFAS/GLOFAS "hydro" = {marsClass="ul";} # ULYSSES