mirror of https://github.com/ecmwf/eccodes.git
ECC-1797: GRIB2: Correct order of keys in templates 4.51 and 4.91 regarding the WMO Manual on Codes
This commit is contained in:
parent
54d415cc4d
commit
fab9f0ec6b
|
@ -5,8 +5,8 @@ unsigned[1] numberOfCategories : dump;
|
|||
|
||||
# Categories
|
||||
categories list(numberOfCategories) {
|
||||
codetable[1] categoryType ('4.91.table',masterDir,localDir): dump;
|
||||
unsigned[1] codeFigure : dump;
|
||||
codetable[1] categoryType ('4.91.table',masterDir,localDir): dump;
|
||||
unsigned[1] scaleFactorOfLowerLimit : can_be_missing,dump ;
|
||||
unsigned[4] scaledValueOfLowerLimit : can_be_missing,dump ;
|
||||
unsigned[1] scaleFactorOfUpperLimit : can_be_missing,dump;
|
||||
|
|
Loading…
Reference in New Issue