NCEPLIBS-bufr 11.7.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 | |
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:
Date | Programmer | Comments |
---|---|---|
2005-11-29 | J. Ator | Original author |
2014-12-10 | J. Ator | Use modules instead of COMMON blocks |
Definition at line 73 of file iupvs01.f.
References bort(), iupbs01(), iupvs01(), moda_bitbuf::mbay, and status().
Referenced by iupvs01(), and split_by_subset().