This commit is contained in:
Philippe Marguinaud 2016-09-30 14:45:57 +02:00
parent 1cb9ae9600
commit ae72d357f2
4 changed files with 3 additions and 4 deletions

View File

@ -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";

View File

@ -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";

View File

@ -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.