1# Copyright 2005-2018 ECMWF.
2#
3# This software is licensed under the terms of the Apache Licence Version 2.0
4# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5#
6# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
7# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
8#
9
10position offsetSection5;
11constant section5Length=4;
12
13meta section5Pointer section_pointer(offsetSection5,section5Length,5);
14
15# START grib1::section
16# SECTION 5, End section
17#  7777
18
19ascii[4] '7777' = "7777" : read_only;
20
21# END   grib1::section
22