mirror of https://github.com/ecmwf/eccodes.git
Definitions: clean up
This commit is contained in:
parent
3747d8bc2d
commit
873c655322
|
@ -61,7 +61,7 @@ if(matrixOfValues == 0)
|
|||
# For grib1 -> grib2
|
||||
constant bitMapIndicator = 0;
|
||||
|
||||
meta codedValues data_g1simple_packing (
|
||||
meta codedValues data_g1simple_packing(
|
||||
section4Length,
|
||||
offsetBeforeData,
|
||||
offsetSection4,
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
29 29 Total snowfall (m)
|
||||
30 30 Precipitable water category (Code table 4.202)
|
||||
31 31 Hail (m)
|
||||
32 32 Graupel (snow pellets) (kg kg-1)
|
||||
32 32 Graupel (snow pellets) (kg kg-1)
|
||||
33 33 Categorical rain (Code table 4.222)
|
||||
34 34 Categorical freezing rain (Code table 4.222)
|
||||
35 35 Categorical ice pellets (Code table 4.222)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 3.4, Variable resolution latitude/longitude
|
||||
|
||||
include "grib2/template.3.shape_of_the_earth.def";
|
||||
include "grib2/template.3.latlon_vares.def";
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# TEMPLATE 5.50, Spectral data - simple packing
|
||||
include "grib2/template.5.packing.def";
|
||||
|
||||
# Real part of (0,0)
|
||||
# Real part of (0,0)
|
||||
ieeefloat realPartOf00 ;
|
||||
|
|
|
@ -31,7 +31,6 @@ transient numberOfPackedValues = numberOfValues - 1 : no_copy;
|
|||
numberOfValues
|
||||
) ;
|
||||
|
||||
|
||||
meta packingError simple_packing_error(bitsPerValue,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
|
||||
meta unpackedError simple_packing_error(zero,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
|
||||
|
||||
|
|
Loading…
Reference in New Issue