38 use modv_vars,
only: iblock, nbytw, iordle
42 integer,
intent(inout) :: mbay(*), mwrd
46 character*1 cint(4),dint(4)
48 equivalence(cint,iint)
49 equivalence(dint,jint)
66 dint(i)=cint(iordle(i))
70 elseif(iblock==1)
then
72 dint(i)=cint(iordle(i))
131 use modv_vars,
only: im8b, iblock
135 integer,
intent(in) :: iblk
144 call x84(iblk,my_iblk,1)
subroutine blocks(mbay, mwrd)
Encapsulate a BUFR message with IEEE Fortran control words as specified via the most recent call to s...
recursive subroutine setblock(iblk)
Specify whether BUFR messages output by future calls to message-writing subroutines should be encapsu...
subroutine x84(iin8, iout4, nval)
Encode one or more 8-byte integer values as 4-byte integer values.