mirror of https://github.com/ecmwf/eccodes.git
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
# ECMWF reanalysis data
|
|
|
|
constant GRIBEXSection1Problem = 62 - section1Length ;
|
|
|
|
template mars_labeling "grib1/mars_labeling.def";
|
|
|
|
unsigned[1] intervalBetweenTimes : dump;
|
|
|
|
constant numberOfIntegers=12;
|
|
unsigned[1] unsignedIntegers[numberOfIntegers] : dump;
|