NCEPLIBS-bufr  12.0.0
elemdx.f File Reference

Decode the scale factor, reference value, bit width, and units from a Table B mnemonic definition. More...

Go to the source code of this file.

Functions/Subroutines

subroutine elemdx (CARD, LUN)
 This subroutine decodes the scale factor, reference value, bit width and units (i.e., the "elements") from a Table B mnemonic definition card that was previously read from a user-supplied DX BUFR table file in character format by subroutine rdusdx(). More...
 

Detailed Description

Decode the scale factor, reference value, bit width, and units from a Table B mnemonic definition.

Author
Woollen
Date
1994-01-06

Definition in file elemdx.f.

Function/Subroutine Documentation

◆ elemdx()

subroutine elemdx ( character*80  CARD,
  LUN 
)

This subroutine decodes the scale factor, reference value, bit width and units (i.e., the "elements") from a Table B mnemonic definition card that was previously read from a user-supplied DX BUFR table file in character format by subroutine rdusdx().

These decoded values are then added to the already-existing entry for that mnemonic within the internal BUFR Table B array TABB(*,LUN) in module moda_tababd.

Parameters
[in]CARD- character*80: mnemonic definition card that was read from a user-supplied DX BUFR table.
[in]LUN- integer: I/O stream index into internal memory arrays.
Author
Woollen
Date
1994-01-06

Definition at line 19 of file elemdx.f.

References bort2(), capit(), jstnum(), nemtab(), and moda_tababd::tabb.

Referenced by bufr_c2f_interface::elemdx_c(), and rdusdx().