NCEPLIBS-bufr
12.0.1
|
Get the Table D mnemonic associated with an event program code from an NCEP prepbufr file. More...
Go to the source code of this file.
Functions/Subroutines | |
recursive subroutine | ufbqcp (LUNIT, IQCP, NEMO) |
Get the Table D mnemonic associated with an event program code from an NCEP prepbufr file. More... | |
Get the Table D mnemonic associated with an event program code from an NCEP prepbufr file.
Definition in file ufbqcp.f.
recursive subroutine ufbqcp | ( | LUNIT, | |
IQCP, | |||
character*(*) | NEMO | ||
) |
Get the Table D mnemonic associated with an event program code from an NCEP prepbufr file.
Given an event program code, which is equivalent to the Y value of a category 63 Table D descriptor from an NCEP prepbufr file, this subroutine returns the corresponding mnemonic.
Logical unit LUNIT should have already been opened via a previous call to subroutine openbf().
This subroutine is the logical inverse of subroutine ufbqcd().
[in] | LUNIT | - integer: Fortran logical unit number for NCEP prepbufr file. |
[in] | IQCP | - integer: Y value of a category 63 (i.e. X=63) Table D descriptor. |
[out] | NEMO | - character*(*): Mnemonic associated with IQCP. |
Definition at line 27 of file ufbqcp.f.
References bort(), ifxy(), modv_im8b::im8b, numtab(), status(), and x84().