2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2016-08-19 14:23:54 +00:00
|
|
|
|
|
|
|
# Section 5 - Vertical Domain Section
|
|
|
|
|
|
|
|
position offsetSection5;
|
|
|
|
section_length[4] section5Length;
|
|
|
|
meta section5Pointer section_pointer(offsetSection5,section5Length,5);
|
|
|
|
unsigned[1] numberOfSection = 5: read_only;
|
|
|
|
|
|
|
|
unsigned[2] section5UniqueIdentifier; # SUI
|
|
|
|
|
|
|
|
codetable[2] verticalDomainTemplateNumber ('5.0.table',masterDir,localDir) =0 : dump,edition_specific;
|
2017-11-16 11:36:17 +00:00
|
|
|
template verticalDomainTemplate "grib3/template.5.[verticalDomainTemplateNumber:i].def";
|
2016-08-19 14:23:54 +00:00
|
|
|
|
|
|
|
meta md5Section5 md5(offsetSection5, section5Length);
|