working on model name and version mapping

This commit is contained in:
Sebastien Villaume 2024-01-26 08:47:49 +00:00 committed by shahramn
parent 19e15f8cb0
commit fbd128f54c
6 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# (C) Copyright 2005- ECMWF.
#concept modelName ("unknown", "modelNameConcept.def",conceptsDir2,conceptsDir1): no_copy, dump;
#if (!(modelName is "unknown")) {
# concept modelVersion ("unknown", "modelVersionConcept.[modelName].def",conceptsDir2,conceptsDir1): no_copy, dump;
# alias mars.model = modelName;
#}

View File

@ -0,0 +1,8 @@
# (C) Copyright 2005- ECMWF.
#concept modelName ("unknown", "modelNameConcept.def",conceptsDir2,conceptsDir1): no_copy, dump;
#if (!(modelName is "unknown")) {
# concept modelVersion ("unknown", "modelVersionConcept.[modelName].def",conceptsDir2,conceptsDir1): no_copy, dump;
# alias mars.model = modelName;
#}

View File

@ -0,0 +1,8 @@
'IFS' = {
backgroundProcess = 255;
}
'IFS' = {
backgroundProcess = 255;
}
'AIFS' = {
backgroundProcess = 1;

View File

@ -0,0 +1,2 @@
'v1' = { generatingProcessIdentifier = 1; }
'v2' = { generatingProcessIdentifier = 2; }

View File

@ -0,0 +1,2 @@
'cy48r1' = { generatingProcessIdentifier = 154; }
'cy47r3' = { generatingProcessIdentifier = 153; }

View File

@ -77,6 +77,10 @@ if (defined(marsStream) && defined(marsType)) {
template parameters "grib2/parameters.def";
#adding hook for local extras
template_nofail section4_extras "grib2/local/[centreForLocal]/section4_extras.def";
# Detect if this is for Generalized vertical height coordinates
if (defined(typeOfFirstFixedSurface)) {
if (typeOfFirstFixedSurface == 150) {