55 CALL
status(lunit,lun,il,im)
64 900 CALL
bort(
'BUFRLIB: STATUS - BUFR FILE IS CLOSED, IT MUST BE '//
65 .
'OPEN FOR EITHER INPUT OR OUTPUT')
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, in terms of a message number counting from the beginning of the file, and a data subset number counting from the beginning of that message.
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...