|
NCEPLIBS-bufr
11.5.0
|
Read data descriptors from Section 3 of a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | upds3 (MBAY, LCDS3, CDS3, NDS3) |
| This subroutine returns the sequence of data descriptors contained within Section 3 of a BUFR message. More... | |
Read data descriptors from Section 3 of a BUFR message.
Definition in file upds3.f.
| subroutine upds3 | ( | dimension(*) | MBAY, |
| LCDS3, | |||
| character*6, dimension(*) | CDS3, | ||
| NDS3 | |||
| ) |
This subroutine returns the sequence of data descriptors contained within Section 3 of a BUFR message.
| [in] | MBAY | - integer(*): BUFR message |
| [in] | LCDS3 | - integer: Dimensioned size of CDS3; used by the subroutine to ensure that it doesn't overflow the CDS3 array |
| [out] | CDS3 | - character*6(*): Data descriptor sequence within Section 3 of MBAY |
| [out] | NDS3 | - integer: Number of data descriptors in CDS3 |
Program history log:
Definition at line 33 of file upds3.f.
References adn30(), bort(), getlens(), iupb(), and wrdlen().