NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
moda_mstabs.F File Reference

Declare arrays for internal storage of master Table B and Table D entries. More...

Go to the source code of this file.

Data Types

module  moda_mstabs
 This module contains array and variable declarations used to store master Table B and Table D entries within internal memory. More...
 

Detailed Description

Declare arrays for internal storage of master Table B and Table D entries.

Definition in file moda_mstabs.F.


Data Type Documentation

module moda_mstabs

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).