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 | iupbs01 (MBAY, 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 iupbs01.f.
function iupbs01 | ( | dimension(*) | MBAY, |
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 iupvs01(), except that it operates on a BUFR message passed in via a memory array, whereas iupvs01() 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] | MBAY | – integer(*): BUFR message |
[in] | S01MNEM | – character*(*): Value to be read from Section 0 or Section 1 of MBAY
|
Program history log:
Date | Programmer | Comments |
---|---|---|
2005-11-29 | J. Ator | Original author |
2006-04-14 | J. Ator | Added options for 'YCEN' and 'CENT'; restructured logic |
Definition at line 73 of file iupbs01.f.
References gets1loc(), i4dy(), iupb(), iupbs01(), and wrdlen().
Referenced by atrcpt(), cktaba(), cnved4(), copybf(), copymg(), cpymem(), crbmg(), crdbufr(), dumpbf(), fdebufr(), getlens(), idxmsg(), igetdate(), ireadmt(), iupbs01(), iupvs01(), mesgbc(), mesgbf(), msgwrt(), nmwrd(), padmsg(), pkbs1(), rtrcptb(), stbfdx(), stndrd(), ufbmex(), and wrcmps().