NCEPLIBS-bufr 11.7.1
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.

Modules

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

Variables

character, dimension(:,:), allocatable moda_mstabs::cbbw
 Bit widths corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cbelem
 Element names corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cbmnem
 Mnemonics corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cbscl
 Scale factors corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cbsref
 Reference values corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cbunit
 Units corresponding to ibfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cdmnem
 Mnemonics corresponding to idfxyn. More...
 
character, dimension(:,:), allocatable moda_mstabs::cdseq
 Sequence names corresponding to idfxyn. More...
 
integer, dimension(:), allocatable moda_mstabs::ibfxyn
 Bit-wise representations of FXY numbers for master Table B. More...
 
integer, dimension(:), allocatable moda_mstabs::idefxy
 Bit-wise representations of child descriptors corresponding to idfxyn. More...
 
integer, dimension(:), allocatable moda_mstabs::idfxyn
 Bit-wise representations of FXY numbers for master Table D. More...
 
integer, dimension(:), allocatable moda_mstabs::ndelem
 Numbers of child descriptors corresponding to idfxyn. More...
 
integer moda_mstabs::nmtb
 Number of master Table B entries (up to a maximum of MXMTBB). More...
 
integer moda_mstabs::nmtd
 Number of master Table D entries (up to a maximum of MXMTBD). More...
 

Detailed Description

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

Definition in file moda_mstabs.F.