NCEPLIBS-bufr  12.0.0
moda_rdmtb 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 *120, dimension(:,:), allocatable ceelem
 Element names corresponding to iefxyn. More...
 
character *4, dimension(:), allocatable cmdscb
 Descriptor codes for Table B elements. More...
 
character *4, dimension(:), allocatable cmdscd
 Descriptor codes for Table D sequences. More...
 
integer, dimension(:,:), allocatable iefxyn
 Bit-wise representations of child descriptors of Table D sequences. 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

◆ ceelem

character*120, dimension(:,:), allocatable moda_rdmtb::ceelem

Element names corresponding to iefxyn.

Definition at line 528 of file modules_arrs.F90.

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

◆ cmdscb

character*4, dimension(:), allocatable moda_rdmtb::cmdscb

Descriptor codes for Table B elements.

Definition at line 524 of file modules_arrs.F90.

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

◆ cmdscd

character*4, dimension(:), allocatable moda_rdmtb::cmdscd

Descriptor codes for Table D sequences.

Definition at line 526 of file modules_arrs.F90.

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

◆ iefxyn

integer, dimension(:,:), allocatable moda_rdmtb::iefxyn

Bit-wise representations of child descriptors of Table D sequences.

Definition at line 522 of file modules_arrs.F90.

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