Skip to content

Commit

Permalink
Merge pull request #191 from ecmwf/feature/Cerise-configs
Browse files Browse the repository at this point in the history
ECC-1756: Feature/cerise configs
  • Loading branch information
shahramn authored Feb 2, 2024
2 parents d6642c8 + 439ff54 commit 9af8e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions definitions/grib2/section.4.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions definitions/mars/grib.mmsf.fc.def
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
2 changes: 2 additions & 0 deletions definitions/mars/grib.msmm.fcmean.def
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

0 comments on commit 9af8e72

Please sign in to comment.