NCEPLIBS-bufr
12.0.1
|
Get information about a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive subroutine | mesgbf (LUNIT, MESGTYP) |
This subroutine reads through a BUFR file (starting from the beginning of the file) and returns the message type (from Section 1) of the first message it encounters which does not contain DX BUFR table information. More... | |
recursive subroutine mesgbf | ( | LUNIT, | |
MESGTYP | |||
) |
This subroutine reads through a BUFR file (starting from the beginning of the file) and returns the message type (from Section 1) of the first message it encounters which does not contain DX BUFR table information.
The BUFR file should not have already been opened via a call to subroutine openbf(); however, it should already be associated with Fortran logical unit number LUNIT.
This subroutine is similar to subroutine mesgbc(), except that this subroutine will only skip past DX BUFR table messages at the beginning of a file, whereas mesgbc() will also skip past any "dummy" messages containing the dump center time or dump initiation time within NCEP dump files. Furthermore, mesgbc() also returns a message compression indicator, and it also has an option to operate on a BUFR message that has already been read into the internal arrays.
[in] | LUNIT | - integer: Fortran logical unit number for BUFR file |
[out] | MESGTYP | - integer: Message type
|
Definition at line 32 of file mesgbf.f.
References closbf(), idxmsg(), modv_im8b::im8b, iupbs01(), moda_mgwa::mgwa, openbf(), rdmsgw(), x48(), and x84().