61 CHARACTER*128 BORT_STR
66 IF(lunit.LE.0 .OR. lunit.GT.99)
GOTO 900
79 IF(abs(iolun(i)).EQ.lunit) lun = i
88 IF(iolun(i).EQ.0)
THEN
108 il = sign(1,iolun(lun))
115900
WRITE(bort_str,
'("BUFRLIB: STATUS - INPUT UNIT NUMBER (",I3,") '//
116 .
'OUTSIDE LEGAL RANGE OF 1-99")') lunit
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
This module declares and initializes the NFILES variable.
integer, public nfiles
Maximum number of BUFR files that can be connected to the BUFRLIB software (for reading or writing) a...
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...