NCEPLIBS-bufr
12.0.1
|
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... | |
Decode the scale factor, reference value, bit width, and units from a Table B mnemonic definition.
Definition in file elemdx.f.
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.
[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. |
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().