@@ -15,13 +15,11 @@ alias numberOfCoordinatesValues=NV;
15
15
# For table 4.5, code 150 Generalized vertical height coordinate
16
16
alias numberOfVerticalGridDescriptors=NV ;
17
17
18
- # Product Definition Template Number
19
-
20
18
transient neitherPresent = 0;
21
19
22
- if (centre==7 || centre==46) {
23
- alias disableGrib1LocalSection=true;
24
- }
20
+ # if (centre==7 || centre==46) {
21
+ # alias disableGrib1LocalSection=true;
22
+ # }
25
23
26
24
concept datasetForLocal(unknown) {
27
25
"tigge" = {productionStatusOfProcessedData=4;}
@@ -70,9 +68,9 @@ if (section2Used == 1) {
70
68
transient genVertHeightCoords = 0;
71
69
72
70
if (productDefinitionTemplateNumber >= 32768) {
73
- template productDefinition "grib2/local/[centreForLocal]/template.4.[productDefinitionTemplateNumber:l].def";
71
+ template productDefinition "grib2/local/[centreForLocal]/template.4.[productDefinitionTemplateNumber:l].def";
74
72
} else {
75
- template productDefinition "grib2/templates/template.4.[productDefinitionTemplateNumber:l].def";
73
+ template productDefinition "grib2/templates/template.4.[productDefinitionTemplateNumber:l].def";
76
74
}
77
75
78
76
if (defined(marsStream) && defined(marsType)) {
@@ -106,9 +104,9 @@ if (genVertHeightCoords) {
106
104
}
107
105
else {
108
106
if (NV == 0){
109
- transient PVPresent = 0;
107
+ transient PVPresent = 0;
110
108
} else {
111
- transient PVPresent = 1;
109
+ transient PVPresent = 1;
112
110
}
113
111
# See GRIB-547
114
112
if (PVPresent || NV>0){
0 commit comments