38 RECURSIVE SUBROUTINE mtinfo ( CMTDIR, LUNMT1, LUNMT2 )
42 COMMON /mstinf/ lun1, lun2, lmtd, mtdir
56 CALL x84 ( lunmt1, my_lunmt1, 1 )
57 CALL x84 ( lunmt2, my_lunmt2, 1 )
58 CALL mtinfo ( cmtdir, my_lunmt1, my_lunmt2 )
64 CALL strsuc ( cmtdir, mtdir, lmtd )
recursive subroutine mtinfo(CMTDIR, LUNMT1, LUNMT2)
Specify the directory location and Fortran logical unit numbers to be used when reading master BUFR t...
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 strsuc(str1, str2, lens)
This subroutine removes leading and trailing blanks from a character string.
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.