28 integer(8) imask,
ipks
35 ipks = nint(val * ten**
isc(node),8) -
irf(node)
37 IF (
nnrv .GT. 0 )
THEN
43 IF ( node .EQ.
inodnrv(jj) )
THEN
50 IF (
nrv(jj) .LT. 0 )
THEN
51 imask = 2_8**(
ibt(node)-1)
57 ELSE IF ( (
tag(node)(1:8) .EQ.
tagnrv(jj) ) .AND.
58 . ( node .GE.
isnrv(jj) ) .AND.
59 . ( node .LE.
ienrv(jj) ) )
THEN
integer(8) function ipks(VAL, NODE)
This function packs a real*8 user value into a BUFR integer by applying the proper scale and referenc...
This module contains array and variable declarations for use with any 2-03-YYY (change reference valu...
integer, dimension(:), allocatable ienrv
End of entry range in jump/link table, within which the corresponding new reference value in nrv will...
character *8, dimension(:), allocatable tagnrv
Table B mnemonic to which the corresponding new reference value in nrv applies.
integer, dimension(:), allocatable isnrv
Start of entry range in jump/link table, within which the corresponding new reference value in nrv wi...
integer nnrv
Number of entries in the jump/link table which contain new reference values (up to a maximum of MXNRV...
integer *8, dimension(:), allocatable nrv
New reference values corresponding to inodnrv.
integer, dimension(:), allocatable inodnrv
Entries within jump/link table which contain new reference values.
This module contains array and variable declarations used to store the internal jump/link table.
integer, dimension(:), allocatable irf
Reference values corresponding to tag and typ:
integer, dimension(:), allocatable isc
Scale factors corresponding to tag and typ:
integer, dimension(:), allocatable ibt
Bit widths corresponding to tag and typ:
character *10, dimension(:), allocatable tag
Mnemonics in the jump/link table.