|
NCEPLIBS-bufr
12.0.1
|
Get the element name and units associated with a Table B mnemonic. More...
Go to the source code of this file.
Functions/Subroutines | |
| recursive subroutine | nemdefs (LUNIT, NEMO, CELEM, CUNIT, IRET) |
| Given a Table B mnemonic defined in the DX BUFR Tables associated with a BUFR file (or in the master BUFR tables, if the file was opened in subroutine openbf() with IO = 'SEC3'), this subroutine returns the element name and units associated with that mnemonic. More... | |
Get the element name and units associated with a Table B mnemonic.
Definition in file nemdefs.f.
| recursive subroutine nemdefs | ( | LUNIT, | |
| character*(*) | NEMO, | ||
| character*(*) | CELEM, | ||
| character*(*) | CUNIT, | ||
| IRET | |||
| ) |
Given a Table B mnemonic defined in the DX BUFR Tables associated with a BUFR file (or in the master BUFR tables, if the file was opened in subroutine openbf() with IO = 'SEC3'), this subroutine returns the element name and units associated with that mnemonic.
| [in] | LUNIT | - integer: Fortran logical unit number for BUFR file |
| [in] | NEMO | - character*(*): Table B mnemonic |
| [out] | CELEM | - character*55: Element name associated with NEMO |
| [out] | CUNIT | - character*24: Units associated with NEMO |
| [out] | IRET | - integer: return code
|
Logical unit LUNIT should have already been opened for input or output operations via a previous call to subroutine openbf().
Definition at line 31 of file nemdefs.f.
References modv_im8b::im8b, nemtab(), status(), moda_tababd::tabb, x48(), and x84().
Referenced by bufr_c2f_interface::nemdefs_c().