NCEPLIBS-bufr
11.5.0
|
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 | |
function | iupvs01 (LUNIT, S01MNEM) |
This function returns a specified value from within Section 0 or Section 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.
function iupvs01 | ( | LUNIT, | |
character*(*) | S01MNEM | ||
) |
This function returns a specified value from within Section 0 or Section 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
|
Program history log:
Definition at line 71 of file iupvs01.f.
References bort(), iupbs01(), and status().
Referenced by split_by_subset().