NCEPLIBS-bufr
11.5.0
|
Read the next message from a BUFR file that was previously opened for reading. More...
Go to the source code of this file.
Functions/Subroutines | |
function | ireadmg (LUNIT, SUBSET, IDATE) |
This function calls BUFRLIB subroutine readmg() and passes back its return code as the function value. More... | |
Read the next message from a BUFR file that was previously opened for reading.
Definition in file ireadmg.f.
function ireadmg | ( | LUNIT, | |
character*8 | SUBSET, | ||
IDATE | |||
) |
This function calls BUFRLIB subroutine readmg() and passes back its return code as the function value.
[in] | LUNIT | - integer: Fortran logical unit number for BUFR file |
[out] | SUBSET | - character*8: Table A mnemonic for type of BUFR message that was read (see DX BUFR Tables for further information about Table A mnemonics) |
[out] | IDATE | - integer: date-time stored within Section 1 of BUFR message that was read, in format of either YYMMDDHH or YYYYMMDDHH, depending on the most recent call to subroutine datelen() |
Program history log:
Definition at line 43 of file ireadmg.f.
References readmg().
Referenced by bufr_c_interface_mod::ireadmg_c(), split_by_subset(), and ufbtab().