File: boot_multifield.def

package info (click to toggle)
eccodes 2.44.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 150,256 kB
  • sloc: cpp: 163,056; ansic: 26,308; sh: 21,602; f90: 6,854; perl: 6,363; python: 5,087; java: 2,226; javascript: 1,427; yacc: 854; fortran: 543; lex: 359; makefile: 274; xml: 183; awk: 66
file content (19 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# (C) Copyright 2005- ECMWF.

constant grib2divider   = 1000000;
transient  missingValue =  9999;
constant ieeeFloats   = 1 : edition_specific;

ascii[4]     identifier;
ascii[2]     reserved : hidden;
codetable[1] discipline 'grib2/0.0.table';
unsigned[1]  editionNumber : edition_specific;
section_length[8]    totalLength;

template core "grib2/sections.def";

lookup[4] endOfProduct(0);
if(endOfProduct != `7777`){
   template core "grib2/sections.def";
}
template section8 "grib2/section.8.def";