NCEPLIBS-bufr
11.7.0
|
Read a data value from Section 3 of a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
function | iupbs3 (MBAY, S3MNEM) |
This function returns a specified value from within Section 3 of a BUFR message. More... | |
Read a data value from Section 3 of a BUFR message.
Definition in file iupbs3.f.
function iupbs3 | ( | dimension(*) | MBAY, |
character*(*) | S3MNEM | ||
) |
This function returns a specified value from within Section 3 of a BUFR message.
[in] | MBAY | – integer(*): BUFR message |
[in] | S3MNEM | – character*(*): Value to be read from Section 3 of MBAY
|
Program history log:
Date | Programmer | Comments |
---|---|---|
2009-03-23 | J. Ator | Original author |
Definition at line 34 of file iupbs3.f.
References getlens(), iupb(), and wrdlen().
Referenced by cktaba(), cpdxmm(), dumpbf(), fdebufr(), mesgbc(), rdbfdx(), readerme(), stndrd(), and writlc().