|
NCEPLIBS-bufr
12.0.1
|
Get information about a descriptor, based on the WMO bit-wise representation of an FXY value. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | numtab (LUN, IDN, NEMO, TAB, IRET) |
| Get information about a descriptor, based on the WMO bit-wise representation of an FXY value. More... | |
Get information about a descriptor, based on the WMO bit-wise representation of an FXY value.
Definition in file numtab.f.
| subroutine numtab | ( | LUN, | |
| IDN, | |||
| character*(*) | NEMO, | ||
| character*1 | TAB, | ||
| IRET | |||
| ) |
Get information about a descriptor, based on the WMO bit-wise representation of an FXY value.
This subroutine returns information about a descriptor from the internal DX BUFR tables, based on the bit-wise representation of the FXY value associated with that descriptor.
For an description of the WMO bit-wise representation of the FXY value, see ifxy().
| [in] | LUN | - integer: Internal I/O stream index associated with DX BUFR tables. |
| [in] | IDN | - integer: WMO bit-wise representation of FXY value for descriptor. |
| [out] | NEMO | - character*(*): Mnemonic associated with IDN. |
| [out] | TAB | - character: Type associated with IDN:
|
| [out] | IRET | - integer:
|
Definition at line 41 of file numtab.f.
References iokoper(), and numtbd().
Referenced by cktaba(), nemtbd(), seqsdx(), stndrd(), and ufbqcp().