NCEPLIBS-bufr
11.6.0
|
Search for a Table B or Table D descriptor within the internal DX BUFR tables. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | numtbd (LUN, IDN, NEMO, TAB, IRET) |
This subroutine searches for a descriptor within Table B and Table D of the internal DX BUFR tables. More... | |
Search for a Table B or Table D descriptor within the internal DX BUFR tables.
Definition in file numtbd.f.
subroutine numtbd | ( | LUN, | |
IDN, | |||
character*(*) | NEMO, | ||
character*1 | TAB, | ||
IRET | |||
) |
This subroutine searches for a descriptor within Table B and Table D of the internal DX BUFR tables.
[in] | LUN | – integer: Internal I/O stream index associated with DX BUFR tables |
[in] | IDN | – integer: Bit-wise representation of FXY value for Table B or Table D descriptor |
[out] | NEMO | – character*(*): Mnemonic associated with IDN |
[out] | TAB | – character: Type associated with IDN
|
[out] | IRET | – integer:
|
Program history log:
Date | Programmer | Comments |
---|---|---|
2002-05-14 | J. Woollen | Original author |
2003-11-04 | S. Bender | Added remarks and routine interdependencies |
2003-11-04 | D. Keyser | Unified/portable for WRF; added history documentation |
2009-04-21 | J. Ator | Use ifxy() for more efficient searching |
2014-12-10 | J. Ator | Use modules instead of COMMON blocks |
Definition at line 35 of file numtbd.f.
References ifxy().
Referenced by getcfmng(), numtab(), restd(), stseq(), and ufdump().