19 RECURSIVE FUNCTION ifbget(LUNIT)
RESULT(IRET)
34 CALL x84(lunit,my_lunit,1)
46 CALL status(lunit,lun,il,im)
62 900
CALL bort(
'BUFRLIB: IFBGET - INPUT BUFR FILE IS CLOSED, IT '//
63 .
'MUST BE OPEN FOR INPUT')
64 901
CALL bort(
'BUFRLIB: IFBGET - INPUT BUFR FILE IS OPEN FOR '//
65 .
'OUTPUT, IT MUST BE OPEN FOR INPUT')
66 902
CALL bort(
'BUFRLIB: IFBGET - A MESSAGE MUST BE OPEN IN INPUT '//
67 .
'BUFR FILE, NONE ARE')
subroutine bort(STR)
Log one error message and abort application program.
recursive function ifbget(LUNIT)
This function checks whether there are any more data subsets available to be read from within the BUF...
This module contains declarations for arrays used to store information about the current BUFR message...
integer, dimension(:), allocatable msub
Total number of data subsets in message.
integer, dimension(:), allocatable nsub
Current subset pointer within message.
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 ...
recursive subroutine status(LUNIT, LUN, IL, IM)
Check whether a specified Fortran logical unit number is currently connected to the NCEPLIBS-bufr sof...
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.