NCEPLIBS-bufr
12.0.1
|
Read a BUFR message from internal arrays. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive function | ireadmm (IMSG, SUBSET, IDATE) |
Read a BUFR message from internal arrays. More... | |
recursive function ireadmm | ( | IMSG, | |
character*8 | SUBSET, | ||
IDATE | |||
) |
Read a BUFR message from internal arrays.
This function calls readmm() and returns its return code.
The use of this function allows the return code from readmm() to be used as the target variable within an iterative program loop.
[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](dfbftab) 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(). |
Definition at line 30 of file ireadmm.f.
References modv_im8b::im8b, readmm(), x48(), and x84().
Referenced by ufbmns().