mirror of https://github.com/ecmwf/eccodes.git
13 lines
450 B
Modula-2
13 lines
450 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
|
|
# TEMPLATE 5.4, Grid point data - IEEE packing
|
|
# added for conversion from other packing
|
|
transient bitsPerValue=0 : hidden;
|
|
transient referenceValue=0 : hidden;
|
|
transient binaryScaleFactor=0 : hidden;
|
|
transient decimalScaleFactor=0 : hidden;
|
|
alias numberOfBits = bitsPerValue;
|
|
alias numberOfBitsContainingEachPackedValue = bitsPerValue;
|
|
|
|
codetable[1] precision ('5.7.table',masterDir,localDir) = 1 : edition_specific;
|