@@ -18,12 +18,12 @@ constant defaultTypeOfLevel="unknown" : hidden;
18
18
19
19
gribDataQualityChecks = getenv("ECCODES_GRIB_DATA_QUALITY_CHECKS","0") : hidden;
20
20
if (gribDataQualityChecks) {
21
- template LIMITS "param_limits.def";
21
+ template LIMITS "param_limits.def";
22
22
}
23
23
24
24
# GRIBEX special boustrophedonic mode. See GRIB-472
25
25
# If the environment variable is not defined, the key will be 0
26
- GRIBEX_boustrophedonic = getenv("ECCODES_GRIBEX_BOUSTROPHEDONIC","0") :hidden;
26
+ GRIBEX_boustrophedonic = getenv("ECCODES_GRIBEX_BOUSTROPHEDONIC","0") :hidden;
27
27
28
28
constant zero=0 : hidden;
29
29
constant one=1 : hidden;
@@ -61,65 +61,65 @@ transient produceLargeConstantFields = 0 : hidden;
61
61
62
62
meta libraryVersion library_version() : hidden;
63
63
64
- lookup[4] kindOfProduct (0,identifier) : hidden;
64
+ lookup[4] kindOfProduct (0,identifier) : hidden;
65
65
# grib templates
66
66
# `ABCD` is a number, each letter being a byte
67
67
68
68
if(kindOfProduct == `GRIB`){
69
- lookup[1] GRIBEditionNumber (7,editionNumber) : edition_specific ;
70
- template GRIB "grib[GRIBEditionNumber:l]/boot.def" ;
69
+ lookup[1] GRIBEditionNumber (7,editionNumber) : edition_specific;
70
+ template GRIB "grib[GRIBEditionNumber:l]/boot.def" ;
71
71
}
72
72
73
73
if(kindOfProduct == `BUDG` ){
74
- template BUDG "budg/boot.def" ;
74
+ template BUDG "budg/boot.def" ;
75
75
}
76
76
77
77
if(kindOfProduct == `DIAG`){
78
- template DIAG "diag/boot.def" ;
78
+ template DIAG "diag/boot.def" ;
79
79
}
80
80
81
81
if(kindOfProduct == `TIDE`){
82
- template TIDE "tide/boot.def" ;
82
+ template TIDE "tide/boot.def" ;
83
83
}
84
84
85
85
if(kindOfProduct == `BUFR`){
86
- template BUFR "bufr/boot.def" ;
87
- #constant BUFRstr="BUFR"; #ECC-742
86
+ template BUFR "bufr/boot.def" ;
87
+ #constant BUFRstr="BUFR"; #ECC-742
88
88
#alias identifier=BUFRstr;
89
89
}
90
90
91
91
if(kindOfProduct == `CDFX`){
92
- template CDF "cdf/boot.def" ;
93
- constant CDFstr="netCDF";
92
+ template CDF "cdf/boot.def" ;
93
+ constant CDFstr="netCDF";
94
94
alias ls.identifier=CDFstr;
95
95
}
96
96
97
97
if(kindOfProduct == 17632522 ){
98
- template GTS "gts/boot.def" ;
98
+ template GTS "gts/boot.def" ;
99
99
constant GTSstr="GTS";
100
100
alias ls.identifier=GTSstr;
101
101
}
102
102
103
103
if(kindOfProduct == `META` ){
104
- template METAR "metar/boot.def" ;
104
+ template METAR "metar/boot.def" ;
105
105
constant METARstr="METAR";
106
106
alias identifier=METARstr;
107
107
}
108
108
109
109
if(kindOfProduct == `TAF ` ){
110
- template TAF "taf/boot.def" ;
110
+ template TAF "taf/boot.def" ;
111
111
constant TAFstr="TAF";
112
112
alias ls.identifier=TAFstr;
113
113
}
114
114
115
115
if(kindOfProduct == 2303214662){
116
- template HDF5 "hdf5/boot.def" ;
117
- constant HDF5str="HDF5";
116
+ template HDF5 "hdf5/boot.def" ;
117
+ constant HDF5str="HDF5";
118
118
alias ls.identifier=HDF5str;
119
119
}
120
120
121
121
if(kindOfProduct == `WRAP`){
122
- template WRAP "wrap/boot.def" ;
123
- constant WRAPstr="WRAP";
122
+ template WRAP "wrap/boot.def" ;
123
+ constant WRAPstr="WRAP";
124
124
alias ls.identifier=WRAPstr;
125
125
}
0 commit comments