mirror of https://github.com/ecmwf/eccodes.git
Definitions: Clean up
This commit is contained in:
parent
9f512e8ba4
commit
4323334a3b
|
@ -2,9 +2,9 @@
|
|||
|
||||
position offsetSection0;
|
||||
constant section0Length=16;
|
||||
ascii[4] identifier = "GRIB" : read_only;
|
||||
unsigned[2] reserved = missing() : can_be_missing,hidden,read_only,edition_specific;
|
||||
codetable[1] discipline ('0.0.table',masterDir,localDir) : dump;
|
||||
ascii[4] identifier = "GRIB" : read_only;
|
||||
unsigned[2] reserved = missing() : can_be_missing,hidden,read_only,edition_specific;
|
||||
codetable[1] discipline ('0.0.table',masterDir,localDir) : dump;
|
||||
unsigned[1] editionNumber = 2 : edition_specific,dump;
|
||||
|
||||
alias ls.edition = editionNumber;
|
||||
|
|
Loading…
Reference in New Issue