NCEPLIBS-bufr
12.0.0
|
Parse the Table A mnemonic and date out of Section 1 of a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cktaba (LUN, SUBSET, JDATE, IRET) |
This subroutine parses the Table A mnemonic and date out of Section 1 of a BUFR message that was previously read from lun using one of the message-reading subroutines. More... | |
Parse the Table A mnemonic and date out of Section 1 of a BUFR message.
Definition in file cktaba.f.
subroutine cktaba | ( | LUN, | |
character*8 | SUBSET, | ||
JDATE, | |||
IRET | |||
) |
This subroutine parses the Table A mnemonic and date out of Section 1 of a BUFR message that was previously read from lun using one of the message-reading subroutines.
[in] | LUN | - integer: I/O stream index into internal memory arrays. |
[out] | SUBSET | - character*8: Table A mnemonic
|
[out] | JDATE | - integer: date-time stored within Section 1 of BUFR in format of either YYMMDDHH or YYYYMMDDHH, depending on datelen() value. |
[out] | IRET | - integer: return code:
|
Definition at line 26 of file cktaba.f.
References bort(), errwrt(), getlens(), i4dy(), moda_msgcwd::idate, igetdate(), moda_msgcwd::inode, moda_sc3bfr::isc3, iupb(), iupbs01(), iupbs3(), moda_bitbuf::mbay, moda_bitbuf::mbyt, moda_unptyp::msgunp, moda_msgcwd::msub, nemtbax(), moda_msgcwd::nmsg, moda_msgcwd::nsub, numtab(), openbt(), rdusdx(), and moda_sc3bfr::tamnem.
Referenced by rdmemm(), readerme(), and readmg().