23 integer mesg(*), lunit, iret, lun, il, im
28 call status(lunit,lun,il,im)
32 if(iret.eq.-3)
call errwrt(
'BUFRLIB: RDMSGW - SKIPPING OVERLARGE MESSAGE')
33 if(iret.eq.-2)
call errwrt(
'BUFRLIB: RDMSGW - SKIPPING CORRUPTED MESSAGE')
subroutine errwrt(STR)
This subroutine allows the user to specify a custom location for the logging of error and diagnostic ...
Wrap C NCEPLIBS-bufr functions so they can be called from within the Fortran part of the library.
This module declares and initializes the MXMSGL variable.
integer mxmsgld4
The value of mxmsgl divided by 4.
subroutine rdmsgw(lunit, mesg, iret)
Read the next BUFR message from logical unit lunit as an array of integer words.
recursive subroutine status(LUNIT, LUN, IL, IM)
Check whether a specified Fortran logical unit number is currently connected to the NCEPLIBS-bufr sof...