NCEPLIBS-bufr 11.7.1
moda_dscach Module Reference

This module contains array and variable declarations for the internal Table A mnemonic cache that is used for Section 3 decoding of BUFR messages. More...

Variables

character *8, dimension(mxcnem) cnem
 Table A mnemonics. More...
 
integer, dimension(mxcnem, maxnc) idcach
 Bit-wise representations of the child descriptors for the corresponding Table A mnemonic in cnem. More...
 
integer ncnem
 Number of entries in the internal Table A mnemonic cache (up to a maximum of MXCNEM). More...
 
integer, dimension(mxcnem) ndc
 Number of child descriptors for the corresponding Table A mnemonic in cnem. More...
 

Detailed Description

This module contains array and variable declarations for the internal Table A mnemonic cache that is used for Section 3 decoding of BUFR messages.

Data values within this module are stored by subroutine reads3().

Author
J. Ator
Date
2012-03-02

Variable Documentation

◆ cnem

moda_dscach::cnem

Table A mnemonics.

Definition at line 37 of file moda_dscach.F.

Referenced by reads3().

◆ idcach

moda_dscach::idcach

Bit-wise representations of the child descriptors for the corresponding Table A mnemonic in cnem.

Definition at line 39 of file moda_dscach.F.

Referenced by reads3().

◆ ncnem

moda_dscach::ncnem

Number of entries in the internal Table A mnemonic cache (up to a maximum of MXCNEM).

Definition at line 36 of file moda_dscach.F.

Referenced by bfrini(), and reads3().

◆ ndc

moda_dscach::ndc

Number of child descriptors for the corresponding Table A mnemonic in cnem.

Definition at line 38 of file moda_dscach.F.

Referenced by reads3().