mirror of https://github.com/ecmwf/eccodes.git
WMO LAM.
This commit is contained in:
parent
1cb9ae9600
commit
ae72d357f2
|
@ -60,7 +60,7 @@ concept packingType (unknown) {
|
|||
"grid_second_order_SPD3" = { dataRepresentationTemplateNumber = 50001;orderOfSPD=3; }
|
||||
"spectral_ieee" = { dataRepresentationTemplateNumber=50000; }
|
||||
"grid_simple_log_preprocessing" = { dataRepresentationTemplateNumber = 61; }
|
||||
"bifourier_complex" = { dataRepresentationTemplateNumber = 60000; spectralType=99; }
|
||||
"bifourier_complex" = { dataRepresentationTemplateNumber = 53; spectralType=99; }
|
||||
} : dump;
|
||||
|
||||
template dataRepresentation "grib2/template.5.[dataRepresentationTemplateNumber:l].def";
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
|
||||
# TEMPLATE 5.60000, BiFourier coefficients data - complex packing
|
||||
# TEMPLATE 5.53, BiFourier coefficients data - complex packing
|
||||
|
||||
include "grib2/template.5.packing.def";
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
# TEMPLATE 7.60000, BiFourier coefficients - complex packing
|
||||
# TEMPLATE 7.53, BiFourier coefficients - complex packing
|
||||
|
||||
constant biFourierCoefficients = 1;
|
||||
constant complexPacking = 1;
|
||||
|
@ -26,7 +26,6 @@ meta codedValues data_g2bifourier_packing(
|
|||
referenceValue,
|
||||
binaryScaleFactor,
|
||||
decimalScaleFactor,
|
||||
optimizeScaleFactor,
|
||||
|
||||
unpackedSubsetPrecision,
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue