mirror of https://github.com/ecmwf/eccodes.git
47 lines
1.4 KiB
Modula-2
47 lines
1.4 KiB
Modula-2
# Copyright 2005-2017 ECMWF.
|
|
#
|
|
# This software is licensed under the terms of the Apache Licence Version 2.0
|
|
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
|
#
|
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
#
|
|
|
|
|
|
# START 1/local.98.3 ----------------------------------------------------------------------
|
|
# LOCAL 98 3
|
|
#
|
|
# localDefinitionTemplate_003
|
|
# ---------------------------
|
|
#
|
|
# Description Octet Code Ksec1 Count
|
|
# ----------- ----- ---- ----- -----
|
|
#localDefinitionNumber 41 I1 37 -
|
|
#class 42 I1 38 -
|
|
#type 43 I1 39 -
|
|
#stream 44 I2 40 -
|
|
#experimentVersionNumber 46 A4 41 -
|
|
#band 50 I1 42 -
|
|
#functionCode 51 I1 43 -
|
|
#spareSetToZero 52 PAD n/a 1
|
|
#
|
|
|
|
constant GRIBEXSection1Problem = 52 - section1Length ;
|
|
|
|
template mars_labeling "grib1/mars_labeling.def";
|
|
constant operStream = "oper";
|
|
alias mars.stream = operStream;
|
|
|
|
|
|
unsigned[1] band : dump;
|
|
alias mars.obstype = band;
|
|
|
|
meta marsIdent sprintf("%d",indicatorOfTypeOfLevel) : dump;
|
|
alias mars.ident = marsIdent;
|
|
|
|
unsigned[1] functionCode : dump;
|
|
|
|
pad padding_loc3_1(1);
|
|
|
|
# END 1/local.98.3 ----------------------------------------------------------------------
|