NCEPLIBS-bufr 11.7.1
moda_mstabs Module Reference

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

Variables

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

Detailed Description

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

Variable Documentation

◆ cbbw

moda_mstabs::cbbw

Bit widths corresponding to ibfxyn.

Definition at line 65 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cbelem

moda_mstabs::cbelem

Element names corresponding to ibfxyn.

Definition at line 68 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cbmnem

moda_mstabs::cbmnem

Mnemonics corresponding to ibfxyn.

Definition at line 67 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cbscl

moda_mstabs::cbscl

Scale factors corresponding to ibfxyn.

Definition at line 63 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cbsref

moda_mstabs::cbsref

Reference values corresponding to ibfxyn.

Definition at line 64 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cbunit

moda_mstabs::cbunit

Units corresponding to ibfxyn.

Definition at line 66 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cdmnem

moda_mstabs::cdmnem

Mnemonics corresponding to idfxyn.

Definition at line 71 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ cdseq

moda_mstabs::cdseq

Sequence names corresponding to idfxyn.

Definition at line 70 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ ibfxyn

moda_mstabs::ibfxyn

Bit-wise representations of FXY numbers for master Table B.

Definition at line 62 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ idefxy

moda_mstabs::idefxy

Bit-wise representations of child descriptors corresponding to idfxyn.

Definition at line 73 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ idfxyn

moda_mstabs::idfxyn

Bit-wise representations of FXY numbers for master Table D.

Definition at line 69 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ ndelem

moda_mstabs::ndelem

Numbers of child descriptors corresponding to idfxyn.

Definition at line 72 of file moda_mstabs.F.

Referenced by arallocf(), ardllocf(), and ireadmt().

◆ nmtb

moda_mstabs::nmtb

Number of master Table B entries (up to a maximum of MXMTBB).

Definition at line 60 of file moda_mstabs.F.

Referenced by ireadmt().

◆ nmtd

moda_mstabs::nmtd

Number of master Table D entries (up to a maximum of MXMTBD).

Definition at line 61 of file moda_mstabs.F.

Referenced by ireadmt().