2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2016-09-30 07:53:04 +00:00
|
|
|
|
2016-09-30 12:45:57 +00:00
|
|
|
# TEMPLATE 7.53, BiFourier coefficients - complex packing
|
2019-05-16 14:35:29 +00:00
|
|
|
# Spectral data for limited area models \u2013 complex packing
|
2016-09-30 07:53:04 +00:00
|
|
|
|
|
|
|
constant biFourierCoefficients = 1;
|
|
|
|
constant complexPacking = 1;
|
|
|
|
|
|
|
|
meta codedValues data_g2bifourier_packing(
|
|
|
|
section7Length,
|
|
|
|
offsetBeforeData,
|
|
|
|
offsetSection7,
|
|
|
|
|
|
|
|
unitsFactor,
|
|
|
|
unitsBias,
|
|
|
|
changingPrecision,
|
|
|
|
numberOfValues,
|
|
|
|
bitsPerValue,
|
|
|
|
referenceValue,
|
|
|
|
binaryScaleFactor,
|
|
|
|
decimalScaleFactor,
|
2018-05-15 13:30:14 +00:00
|
|
|
optimizeScaleFactor,
|
2016-09-30 07:53:04 +00:00
|
|
|
unpackedSubsetPrecision,
|
|
|
|
|
|
|
|
laplacianOperatorIsSet,
|
|
|
|
laplacianOperator,
|
|
|
|
|
|
|
|
biFourierTruncationType,
|
|
|
|
biFourierResolutionSubSetParameterN,
|
|
|
|
biFourierResolutionSubSetParameterM,
|
|
|
|
|
|
|
|
biFourierResolutionParameterN,
|
|
|
|
biFourierResolutionParameterM,
|
|
|
|
biFourierSubTruncationType,
|
2019-05-13 13:30:08 +00:00
|
|
|
biFourierPackingModeForAxes,
|
2016-09-30 07:53:04 +00:00
|
|
|
biFourierMakeTemplate,
|
2019-05-15 11:44:41 +00:00
|
|
|
totalNumberOfValuesInUnpackedSubset,
|
2016-09-30 07:53:04 +00:00
|
|
|
|
|
|
|
numberOfValues
|
|
|
|
): read_only;
|
|
|
|
|
|
|
|
meta values data_apply_bitmap(codedValues,
|
2019-05-16 14:35:29 +00:00
|
|
|
bitmap,
|
|
|
|
missingValue,
|
|
|
|
binaryScaleFactor,
|
|
|
|
numberOfDataPoints,
|
|
|
|
numberOfValues) : dump;
|