NCEPLIBS-bufr
11.5.0
|
Get the element name and units associated with a Table B mnemonic. More...
Go to the source code of this file.
Functions/Subroutines | |
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.
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().
Program history log: