NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
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.

Data Types

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. More...
 

Detailed Description

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

Definition in file moda_dscach.F.


Data Type Documentation

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.

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

Author
J. Ator
Date
2012-03-02

Definition at line 15 of file moda_dscach.F.

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