NCEPLIBS-bufr
11.5.0
|
Read a specified BUFR message from internal arrays. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rdmemm (IMSG, SUBSET, JDATE, IRET) |
This subroutine reads a specified BUFR message from internal arrays in memory, so that it is now in scope for processing via a subsequent call to subroutine rdmems(). More... | |
Read a specified BUFR message from internal arrays.
Definition in file rdmemm.f.
subroutine rdmemm | ( | IMSG, | |
character*8 | SUBSET, | ||
JDATE, | |||
IRET | |||
) |
This subroutine reads a specified BUFR message from internal arrays in memory, so that it is now in scope for processing via a subsequent call to subroutine rdmems().
BUFR messages should already be stored within internal arrays in memory via one or more previous calls to subroutine ufbmem().
[in] | IMSG | - integer: Number of BUFR message to be read into scope for further processing, counting from the beginning of the internal arrays in memory |
[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] | JDATE | - 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() |
[out] | IRET | - integer: return code
|
Program history log:
Definition at line 62 of file rdmemm.f.
References bort(), cktaba(), dxinit(), errwrt(), makestab(), status(), stbfdx(), and wtstat().