This module contains array and variable declarations used to store master Table B and Table D entries within internal memory.
Data values within this module are stored by subroutine ireadmt().
- Author
- J. Ator
- Date
- 2014-12-10
Definition at line 15 of file moda_mstabs.F.
Data Fields |
character, dimension(:,:),
allocatable |
cbbw |
Bit widths corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cbelem |
Element names corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cbmnem |
Mnemonics corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cbscl |
Scale factors corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cbsref |
Reference values corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cbunit |
Units corresponding to ibfxyn. |
character, dimension(:,:),
allocatable |
cdmnem |
Mnemonics corresponding to idfxyn. |
character, dimension(:,:),
allocatable |
cdseq |
Sequence names corresponding to idfxyn. |
integer, dimension(:), allocatable |
ibfxyn |
Bit-wise representations of FXY numbers for master Table B. |
integer, dimension(:), allocatable |
idefxy |
Bit-wise representations of child descriptors corresponding to idfxyn. |
integer, dimension(:), allocatable |
idfxyn |
Bit-wise representations of FXY numbers for master Table D. |
integer, dimension(:), allocatable |
ndelem |
Numbers of child descriptors corresponding to idfxyn. |
integer |
nmtb |
Number of master Table B entries (up to a maximum of MXMTBB). |
integer |
nmtd |
Number of master Table D entries (up to a maximum of MXMTBD). |