NCEPLIBS-bufr 11.7.1
moda_dscach.F File Reference

Declare arrays for internal storage of the Table A mnemonic cache. More...

Go to the source code of this file.

Modules

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

Variables

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

Detailed Description

Declare arrays for internal storage of the Table A mnemonic cache.

Definition in file moda_dscach.F.