mirror of https://github.com/ecmwf/eccodes.git
mode modelName into local centres
This commit is contained in:
parent
9d53a9e120
commit
5b79bd57cd
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { originatingCentre=250; }
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
||||
# definitions for ARPA-SIMC
|
||||
|
@ -28,16 +27,3 @@
|
|||
generatingProcessIdentifier=46; }
|
||||
'cosmo-i7' = { originatingCentre=200;
|
||||
generatingProcessIdentifier=131; }
|
||||
# definitions for Moscow
|
||||
'cosmo_ru' = { originatingCentre=76;
|
||||
generatingProcessIdentifier=135; }
|
||||
'cosmo_ru-eps' = { originatingCentre=76;
|
||||
generatingProcessIdentifier=235;}
|
||||
|
||||
# definitions for Athens
|
||||
'cosmo-greece' = { originatingCentre=96;}
|
||||
# definitions for Warsaw / Poland
|
||||
'cosmo-poland' = { originatingCentre=220;}
|
||||
# definitions for Romania
|
||||
'cosmo-romania' = { originatingCentre=242;}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -0,0 +1,8 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
||||
# definitions for Warsaw / Poland
|
||||
'cosmo-poland' = { originatingCentre=220;}
|
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -0,0 +1,8 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
||||
# definitions for Romania
|
||||
'cosmo-romania' = { originatingCentre=242;}
|
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -0,0 +1,12 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
||||
# definitions for Moscow
|
||||
'cosmo_ru' = { originatingCentre=76;
|
||||
generatingProcessIdentifier=135; }
|
||||
'cosmo_ru-eps' = { originatingCentre=76;
|
||||
generatingProcessIdentifier=235;}
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -0,0 +1,8 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
||||
# definitions for Athens
|
||||
'cosmo-greece' = { originatingCentre=96;}
|
|
@ -0,0 +1,2 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
|
@ -0,0 +1,7 @@
|
|||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
|
||||
# COSMO
|
||||
# general definition
|
||||
'cosmo' = { originatingCentre=250; }
|
||||
'cosmo' = { subCentre=250; }
|
||||
|
|
@ -27,9 +27,6 @@ concept cfVarNameLegacyECMF(defaultShortName,"cfVarName.legacy.def",conceptsMast
|
|||
concept cfVarNameECMF (cfVarNameLegacyECMF,"cfVarName.def",conceptsMasterDir,conceptsLocalDirECMF): no_copy;
|
||||
concept cfVarName (cfVarNameECMF,"cfVarName.def",conceptsDir2,conceptsDir1): no_copy,dump;
|
||||
|
||||
# modelName: Contribution from Daniel Lee @ DWD
|
||||
concept modelName (defaultName,"modelName.def",conceptsDir2,conceptsDir1): no_copy,dump,read_only;
|
||||
|
||||
template_nofail names "grib2/products_[productionStatusOfProcessedData].def";
|
||||
|
||||
meta ifsParam ifs_param(paramId,type);
|
||||
|
|
|
@ -9,3 +9,6 @@ alias backgroundGeneratingProcessIdentifier=backgroundProcess;
|
|||
|
||||
# Analysis or forecast generating processes identifier (defined by originating centre)
|
||||
unsigned[1] generatingProcessIdentifier : dump;
|
||||
|
||||
# handling of the previous 2 keys is centre specific
|
||||
template_nofail localProcesses "grib2/localConcepts/[centre]/localProcesses.def";
|
||||
|
|
Loading…
Reference in New Issue