eccodes/definitions/grib2/section.0.def

15 lines
510 B
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
2024-04-04 12:37:46 +00:00
position offsetSection0;
2013-03-25 12:04:10 +00:00
constant section0Length=16;
2021-09-28 15:57:10 +00:00
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;
2013-03-25 12:04:10 +00:00
unsigned[1] editionNumber = 2 : edition_specific,dump;
alias ls.edition = editionNumber;
2024-04-04 12:37:46 +00:00
section_length[8] totalLength;
2013-03-25 12:04:10 +00:00
position startOfHeaders;
meta section0Pointer section_pointer(offsetSection0,section0Length,0);