mirror of https://github.com/ecmwf/eccodes.git
working on model name and version mapping
This commit is contained in:
parent
19e15f8cb0
commit
fbd128f54c
|
@ -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;
|
||||
#}
|
|
@ -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;
|
||||
#}
|
|
@ -0,0 +1,8 @@
|
|||
'IFS' = {
|
||||
backgroundProcess = 255;
|
||||
}
|
||||
'IFS' = {
|
||||
backgroundProcess = 255;
|
||||
}
|
||||
'AIFS' = {
|
||||
backgroundProcess = 1;
|
|
@ -0,0 +1,2 @@
|
|||
'v1' = { generatingProcessIdentifier = 1; }
|
||||
'v2' = { generatingProcessIdentifier = 2; }
|
|
@ -0,0 +1,2 @@
|
|||
'cy48r1' = { generatingProcessIdentifier = 154; }
|
||||
'cy47r3' = { generatingProcessIdentifier = 153; }
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue