NCEPLIBS-bufr
12.0.1
|
Read a data value from Section 0 or Section 1 of a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive function | iupvs01 (LUNIT, S01MNEM) |
Read a specified value from within Section 0 or 1 of a BUFR message. More... | |
Read a data value from Section 0 or Section 1 of a BUFR message.
Definition in file iupvs01.f.
recursive function iupvs01 | ( | LUNIT, | |
character*(*) | S01MNEM | ||
) |
Read a specified value from within Section 0 or 1 of a BUFR message.
This function will work on any BUFR message encoded using BUFR edition 2, 3, or 4. It is similar to function iupbs01(), except that iupbs01() operates on a BUFR message passed in via a memory array, whereas this function operates on the BUFR message that was read into internal arrays via the most recent call to any of the other message-reading subroutines for a specified Fortran logical unit.
[in] | LUNIT | - integer: Fortran logical unit number for BUFR file. |
[in] | S01MNEM | - character*(*): Value to be read from Section 0 or Section 1 of BUFR message in internal arrays for LUNIT:
|
Definition at line 63 of file iupvs01.f.
References bort(), modv_im8b::im8b, iupbs01(), moda_bitbuf::mbay, status(), and x84().
Referenced by binv(), and split_by_subset().