NCEPLIBS-bufr
11.5.0
|
Read a specified data subset from a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rdmems (ISUB, IRET) |
This subroutine reads a specified data subset from the BUFR message that was most recently read via a call to subroutine rdmemm() or readmm(). More... | |
Read a specified data subset from a BUFR message.
Definition in file rdmems.f.
subroutine rdmems | ( | ISUB, | |
IRET | |||
) |
This subroutine reads a specified data subset from the BUFR message that was most recently read via a call to subroutine rdmemm() or readmm().
[in] | ISUB | - integer: Number of data subset to be read from BUFR message, counting from the beginning of the message |
[out] | IRET | - integer: return code
|
Whenever this subroutine returns with IRET = 0, this indicates that a new BUFR data subset (i.e. report) was successfully read into internal arrays within the BUFRLIB software, and from where it can now be easily manipulated or further parsed via calls to any of the values-reading subroutines using the Fortran logical unit number IUNIT that was returned from the most recent call to subroutine ufbmem().
Program history log:
Definition at line 48 of file rdmems.f.
References bort(), errwrt(), iupb(), readsb(), and status().