NCEPLIBS-w3emc 2.12.0
|
Unpack record into IEEE F.P. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ai01 (pack, real8, label) |
Unpacks a record in office note 84 format and convert the packed data to ieee real floating point numbers. | |
subroutine w3ai01 | ( | integer(8), dimension(*) | pack, |
real, dimension(*) | real8, | ||
integer(8), dimension(6) | label | ||
) |
Unpacks a record in office note 84 format and convert the packed data to ieee real floating point numbers.
The office note 84 data is bit for bit the same on the nas-9050 and the cray.
Program history log:
[in] | PACK | Integer array with data in office note 84 format to be unpacked. |
[out] | REAL8 | Real array of n words. where n is given in word 6 of pack. Word 6 of pack must contain center and scaling values. |
[out] | LABEL | Six word integer label copied from pack, 12 office note 84 32 bit id's that are stored into six 64-bit words. |