NCEPLIBS-bufr
11.7.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:
Date | Programmer | Comments |
---|---|---|
1999-11-18 | J. Woollen | Original author |
2002-05-14 | J. Woollen | Changed from an entry point to increase portability to other platforms |
Definition at line 42 of file ireadmm.f.
References readmm().
Referenced by ufbmns().