mirror of https://github.com/ecmwf/eccodes.git
ECC-1976: GRIB2: ECMWF local definition 300 levtype should be 'layer' not 0
This commit is contained in:
parent
6947c11112
commit
56edfd9f5b
|
@ -1,7 +1,7 @@
|
|||
# Local definition 300: Multi-dimensional parameters
|
||||
# Warning: This is now DEPRECATED. See ECC-1440
|
||||
|
||||
codetable[1] dimensionType "grib2/dimensionType.table"=0;
|
||||
codetable[1] dimensionType "grib2/dimensionType.table" = "layer" : string_type;
|
||||
|
||||
# The n-th dimension (out of total number of dimensions)
|
||||
unsigned[2] dimensionNumber;
|
||||
|
|
Loading…
Reference in New Issue