55 CALL status(lunit,lun,il,im)
64900
CALL bort(
'BUFRLIB: STATUS - BUFR FILE IS CLOSED, IT MUST BE '//
65 .
'OPEN FOR EITHER INPUT OR OUTPUT')
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...
subroutine ufbcnt(LUNIT, KMSG, KSUB)
This subroutine returns the current location of the file pointer within a BUFR file,...