mirror of https://github.com/ecmwf/eccodes.git
GRIB-707: GRIB edition 1 mars keys: class and stream not of 'string' type
This commit is contained in:
parent
e6960e5299
commit
c48e21a6be
|
@ -7,9 +7,9 @@
|
|||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
codetable[1] marsClass "mars/class.table" = "od" : dump,lowercase;
|
||||
codetable[1] marsType "mars/type.table" = "an" : dump,string_type,lowercase;
|
||||
codetable[2] marsStream "mars/stream.table" = "oper" : dump,lowercase ;
|
||||
codetable[1] marsClass "mars/class.table" = "od" : dump, string_type, lowercase;
|
||||
codetable[1] marsType "mars/type.table" = "an" : dump, string_type, lowercase;
|
||||
codetable[2] marsStream "mars/stream.table" = "oper" : dump, string_type, lowercase ;
|
||||
ksec1expver[4] experimentVersionNumber = "0001" : dump;
|
||||
|
||||
#alias typeOfProcessedData=marsType;
|
||||
|
|
Loading…
Reference in New Issue