NCEPLIBS-bufr
11.7.0
|
Get information about a Table D descriptor. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | nemtbd (LUN, ITAB, NSEQ, NEMS, IRPS, KNTS) |
This subroutine returns information about a Table D descriptor from the internal DX BUFR tables. More... | |
Get information about a Table D descriptor.
Definition in file nemtbd.f.
subroutine nemtbd | ( | LUN, | |
ITAB, | |||
NSEQ, | |||
character*8, dimension(*) | NEMS, | ||
dimension(*) | IRPS, | ||
dimension(*) | KNTS | ||
) |
This subroutine returns information about a Table D descriptor from the internal DX BUFR tables.
[in] | LUN | – integer: Internal I/O stream index associated with DX BUFR tables |
[in] | ITAB | – integer: Positional index of descriptor within internal Table D |
[out] | NSEQ | – integer: Number of child mnemonics for descriptor |
[out] | NEMS | – character*8(*): Child mnemonics |
[out] | IRPS | – integer(*): Array of values corresponding to NEMS
|
[out] | KNTS | – integer(*): Array of values corresponding to NEMS
|
Program history log:
Date | Programmer | Comments |
---|---|---|
1994-01-06 | J. Woollen | Original author |
1995-06-28 | J. Woollen | Increased the size of internal BUFR table arrays in order to handle bigger files |
1998-07-08 | J. Woollen | Replaced call to Cray library routine "ABORT" with call to new internal routine bort() |
1999-11-18 | J. Woollen | The number of BUFR files which can be opened at one time increased from 10 to 32 |
2000-09-19 | J. Woollen | Handle child mnemonics which are Table C operators |
2003-11-04 | S. Bender | Added remarks/bufrlib routine interdependencies |
2003-11-04 | D. Keyser | Unified/portable for WRF; added documentation; outputs more complete diagnostic info when routine terminates abnormally |
2014-12-10 | J. Ator | Use modules instead of COMMON blocks |
Definition at line 54 of file nemtbd.f.
References adn30(), bort(), ifxy(), numtab(), rsvfvm(), and uptdd().
Referenced by chekstab(), dxdump(), getabdb(), and tabsub().