NCEPLIBS-bufr  12.0.1
nemtab.f File Reference

Get information about a descriptor, based on the mnemonic. More...

Go to the source code of this file.

Functions/Subroutines

subroutine nemtab (LUN, NEMO, IDN, TAB, IRET)
 Get information about a descriptor, based on the mnemonic. More...
 

Detailed Description

Get information about a descriptor, based on the mnemonic.

Author
J. Woollen
Date
1994-01-06

Definition in file nemtab.f.

Function/Subroutine Documentation

◆ nemtab()

subroutine nemtab (   LUN,
character*(*)  NEMO,
  IDN,
character*1  TAB,
  IRET 
)

Get information about a descriptor, based on the mnemonic.

This subroutine returns information about a descriptor from the internal DX BUFR tables, based on the mnemonic associated with that descriptor.

Parameters
[in]LUN- integer: File ID.
[in]NEMO- character*(*): Mnemonic.
[out]IDN- integer: WMO bit-wise representation of FXY value for descriptor associated with NEMO.
[out]TAB- character: Type associated with IDN:
  • 'B' Table B descriptor.
  • 'D' Table D descriptor.
  • 'C' Table C operator.
[out]IRET- integer:
  • Positional index of IDN within internal Table B, if TAB = 'B'.
  • Positional index of IDN within internal Table D, if TAB = 'D'.
  • The X portion of the FXY value in IDN, if TAB = 'C'.
  • 0, otherwise
Author
J. Woollen
Date
1994-01-06

Definition at line 28 of file nemtab.f.

References moda_tababd::idnb, moda_tababd::idnd, ifxy(), iokoper(), moda_tababd::ntbb, moda_tababd::ntbd, moda_tababd::tabb, and moda_tababd::tabd.

Referenced by chekstab(), cmsgini(), elemdx(), getcfmng(), igetrfel(), msgini(), nemdefs(), bufr_c2f_interface::nemtab_c(), seqsdx(), tabsub(), ufbdmp(), ufbqcd(), ufdump(), and upftbv().