24 RECURSIVE FUNCTION icopysb(LUNIN,LUNOT)
RESULT(IRET)
31 CALL x84(lunin,my_lunin,1)
32 CALL x84(lunot,my_lunot,1)
39 CALL copysb(lunin,lunot,iret)
recursive subroutine copysb(LUNIN, LUNOT, IRET)
This subroutine copies a BUFR data subset from one Fortran logical unit to another.
recursive function icopysb(LUNIN, LUNOT)
This function calls BUFRLIB subroutine copysb() and passes back its return code as the function value...
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 x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.