mirror of https://github.com/ecmwf/eccodes.git
Added definitions of d1 and d2, destine and destine test where they are required.
This commit is contained in:
parent
debc4b674a
commit
d18cc08955
|
@ -34,6 +34,12 @@ if ( addEmptySection2 == 0 ) {
|
|||
template crraSection "grib2/local.crra.[crraLocalVersion:l].def";
|
||||
}
|
||||
|
||||
if(productionStatusOfProcessedData == 12 || productionStatusOfProcessedData == 13) {
|
||||
# destine = Destination Earth
|
||||
codetable[2] destineLocalVersion 'grib2/destineLocalVersion.table' = 1 : dump;
|
||||
template destineSection "grib2/local.destine.[destineLocalVersion:l].def";
|
||||
}
|
||||
|
||||
codetable[2] grib2LocalSectionNumber 'grib2/grib2LocalSectionNumber.[centreForLocal:l].table' = 1 : dump;
|
||||
|
||||
if (grib2LocalSectionNumber!=0) {
|
||||
|
|
|
@ -36,6 +36,8 @@ concept datasetForLocal(unknown) {
|
|||
"uerra" = {productionStatusOfProcessedData=9;} # UERRA
|
||||
"uerra" = {productionStatusOfProcessedData=10;} # CARRA/CERRA
|
||||
"uerra" = {productionStatusOfProcessedData=11;} # CARRA/CERRA
|
||||
"destine" = {productionStatusOfProcessedData=12;} # DestinE
|
||||
"destine" = {productionStatusOfProcessedData=13;} # DestinE
|
||||
"unknown" = { dummy=1; }
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
9 9 Uncertainties in Ensembles of Regional ReAnalyses project test (UERRA)
|
||||
10 10 Copernicus regional reanalysis (CARRA/CERRA)
|
||||
11 11 Copernicus regional reanalysis test (CARRA/CERRA)
|
||||
# 12-191 Reserved
|
||||
12 12 Destination Earth (DestinE)
|
||||
13 13 Destination Earth test (DestinE)
|
||||
# 14-191 Reserved
|
||||
# 192-254 Reserved for local use
|
||||
255 255 Missing
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
44 gg Greenhouse Gases
|
||||
45 ml Machine learning
|
||||
46 d1 Destination Earth
|
||||
47 d2 Destination Earth Test
|
||||
99 te Test
|
||||
100 at Austria
|
||||
101 be Belgium
|
||||
|
|
Loading…
Reference in New Issue