NCEPLIBS-bufr
12.0.1
|
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... | |
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().
character*8, dimension(mxcnem) moda_dscach::cnem |
integer, dimension(mxcnem,maxnc) moda_dscach::idcach |
Bit-wise representations of the child descriptors for the corresponding Table A mnemonic in cnem.
Definition at line 213 of file modules_arrs.F90.
Referenced by reads3().
integer moda_dscach::ncnem |
Number of entries in the internal Table A mnemonic cache (up to a maximum of MXCNEM).
Definition at line 205 of file modules_arrs.F90.
integer, dimension(mxcnem) moda_dscach::ndc |
Number of child descriptors for the corresponding Table A mnemonic in cnem.
Definition at line 210 of file modules_arrs.F90.
Referenced by reads3().