NCEPLIBS-bufr  11.5.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
integer, dimension(c) bind
character, dimension(c) bind
character, dimension(4, mxmtbb) cbbw Bit widths corresponding to ibfxyn.
character, dimension(120, mxmtbb) cbelem Element names corresponding to ibfxyn.
character, dimension(8, mxmtbb) cbmnem Mnemonics corresponding to ibfxyn.
character, dimension(4, mxmtbb) cbscl Scale factors corresponding to ibfxyn.
character, dimension(12, mxmtbb) cbsref Reference values corresponding to ibfxyn.
character, dimension(14, mxmtbb) cbunit Units corresponding to ibfxyn.
character, dimension(8, mxmtbd) cdmnem Mnemonics corresponding to idfxyn.
character, dimension(120, mxmtbd) cdseq Sequence names corresponding to idfxyn.
integer, dimension(mxmtbb) ibfxyn Bitwise representations of FXY numbers for master Table B.
integer, dimension(mxmtbd *maxcd) idefxy Bitwise representations of child descriptors corresponding to idfxyn.
integer, dimension(mxmtbd) idfxyn Bitwise representations of FXY numbers for master Table D.
integer, dimension(mxmtbd) 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).