NCEPLIBS-bufr 11.7.1
|
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:
Date | Programmer | Comments |
---|---|---|
2003-11-04 | J. Ator | Original author |
2004-08-18 | J. Ator | Removed IFIRST check, since wrdlen() now keeps track of whether it has been called |
2005-11-29 | J. Ator | Use getlens() |
2009-03-23 | J. Ator | Added LCDS3 argument and check |
Definition at line 34 of file upds3.f.