2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# TEMPLATE 7.6, Grid point data - simple packing with preprocessing
|
2019-05-01 16:22:22 +00:00
|
|
|
# Octets 6-nn : Binary data values - binary string, with each (scaled)
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2018-12-11 16:40:44 +00:00
|
|
|
meta codedValues data_g2simple_packing_with_preprocessing(
|
2013-03-25 12:04:10 +00:00
|
|
|
section7Length,
|
|
|
|
offsetBeforeData,
|
|
|
|
offsetSection7,
|
|
|
|
unitsFactor,
|
|
|
|
unitsBias,
|
|
|
|
changingPrecision,
|
|
|
|
numberOfValues,
|
|
|
|
bitsPerValue,
|
|
|
|
referenceValue,
|
|
|
|
binaryScaleFactor,
|
|
|
|
decimalScaleFactor,
|
2016-11-14 10:05:40 +00:00
|
|
|
optimizeScaleFactor,
|
2013-03-25 12:04:10 +00:00
|
|
|
typeOfPreProcessing,
|
|
|
|
preProcessingParameter
|
|
|
|
): read_only;
|
|
|
|
|
|
|
|
meta values data_apply_bitmap(codedValues,
|
2019-05-01 16:22:22 +00:00
|
|
|
bitmap,
|
|
|
|
missingValue,
|
|
|
|
binaryScaleFactor,
|
|
|
|
numberOfDataPoints,
|
|
|
|
numberOfValues) : dump;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
alias data.packedValues = codedValues;
|
|
|
|
|
|
|
|
template statistics "common/statistics_grid.def";
|