1# (C) Copyright 2005- 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 startOfHeaders;
11ascii[4]      identifier;
12
13alias ls.identifier=identifier;
14transient     missingValue = 9999;
15constant ieeeFloats = 0: edition_specific;
16constant zero=0:hidden;
17
18template      section1 "budg/section.1.def";
19template      mars_labeling "budg/mars_labeling.def";
20template      section4 "budg/section.4.def";
21ascii[4]      endMark;
22position      totalLength;
23
24
25# This needs to be there for the MARS server, so the totalLength is processed correctly
26position      endOfHeadersMarker;
27meta lengthOfHeaders evaluate( endOfHeadersMarker-startOfHeaders);
28meta md5Headers md5(startOfHeaders,lengthOfHeaders);
29