Added definitions of d1 and d2, destine and destine test where they are required.

This commit is contained in:
Matthew Griffith 2023-08-10 16:26:50 +00:00
parent debc4b674a
commit d18cc08955
4 changed files with 12 additions and 1 deletions

View File

@ -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) {

View File

@ -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; }
}

View File

@ -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

View File

@ -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