20 RECURSIVE FUNCTION iupb(MBAY,NBYT,NBIT)
RESULT(IRET)
34 CALL x84(nbyt,my_nbyt,1)
35 CALL x84(nbit,my_nbit,1)
36 iret =
iupb(mbay,my_nbyt,my_nbit)
43 CALL upb(iret,nbit,mbay,mbit)
recursive function iupb(MBAY, NBYT, NBIT)
Decode an integer value from an integer array.
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
subroutine upb(NVAL, NBITS, IBAY, IBIT)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.