NCEPLIBS-bufr
11.5.0
|
Read a specified BUFR message from internal arrays. More...
Go to the source code of this file.
Functions/Subroutines | |
function | ireadmm (IMSG, SUBSET, IDATE) |
This function calls BUFRLIB subroutine readmm() and passes back its return code as the function value. More... | |
Read a specified BUFR message from internal arrays.
Definition in file ireadmm.f.
function ireadmm | ( | IMSG, | |
character*8 | SUBSET, | ||
IDATE | |||
) |
This function calls BUFRLIB subroutine readmm() and passes back its return code as the function value.
[in,out] | IMSG | - integer: Message pointer within internal arrays
|
[out] | SUBSET | - character*8: Table A mnemonic for type of BUFR message that was read into scope (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 into scope, in format of either YYMMDDHH or YYYYMMDDHH, depending on the most recent call to subroutine datelen() |
Program history log:
Definition at line 41 of file ireadmm.f.
References readmm().
Referenced by ufbmns().