eccodes/definitions/grib2/template.5.4.def

18 lines
578 B
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
# TEMPLATE 5.4, Grid point data - IEEE packing
# added for conversion from other packing
transient bitsPerValue=0 : hidden;
2021-02-15 14:44:27 +00:00
transient referenceValue=0 : hidden;
2013-03-25 12:04:10 +00:00
transient binaryScaleFactor=0 : hidden;
transient decimalScaleFactor=0 : hidden;
alias numberOfBits = bitsPerValue;
alias numberOfBitsContainingEachPackedValue = bitsPerValue;
2023-11-26 18:05:43 +00:00
codetable[1] precision ('5.7.table',masterDir,localDir) = 1 : edition_specific;
concept accuracy(zero) {
32 = { precision = 1; }
64 = { precision = 2; }
128 = { precision = 3; }
} : long_type, no_copy;