NCEPLIBS-bufr 11.7.1
|
This module contains array and variable declarations used to store master Table B and Table D entries within internal memory. More...
Variables | |
character, dimension(:,:), allocatable | cbbw |
Bit widths corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cbelem |
Element names corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cbmnem |
Mnemonics corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cbscl |
Scale factors corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cbsref |
Reference values corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cbunit |
Units corresponding to ibfxyn. More... | |
character, dimension(:,:), allocatable | cdmnem |
Mnemonics corresponding to idfxyn. More... | |
character, dimension(:,:), allocatable | cdseq |
Sequence names corresponding to idfxyn. More... | |
integer, dimension(:), allocatable | ibfxyn |
Bit-wise representations of FXY numbers for master Table B. More... | |
integer, dimension(:), allocatable | idefxy |
Bit-wise representations of child descriptors corresponding to idfxyn. More... | |
integer, dimension(:), allocatable | idfxyn |
Bit-wise representations of FXY numbers for master Table D. More... | |
integer, dimension(:), allocatable | ndelem |
Numbers of child descriptors corresponding to idfxyn. More... | |
integer | nmtb |
Number of master Table B entries (up to a maximum of MXMTBB). More... | |
integer | nmtd |
Number of master Table D entries (up to a maximum of MXMTBD). More... | |
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().
moda_mstabs::cbbw |
Bit widths corresponding to ibfxyn.
Definition at line 65 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cbelem |
Element names corresponding to ibfxyn.
Definition at line 68 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cbmnem |
Mnemonics corresponding to ibfxyn.
Definition at line 67 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cbscl |
Scale factors corresponding to ibfxyn.
Definition at line 63 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cbsref |
Reference values corresponding to ibfxyn.
Definition at line 64 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cbunit |
Units corresponding to ibfxyn.
Definition at line 66 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cdmnem |
Mnemonics corresponding to idfxyn.
Definition at line 71 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::cdseq |
Sequence names corresponding to idfxyn.
Definition at line 70 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::ibfxyn |
Bit-wise representations of FXY numbers for master Table B.
Definition at line 62 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::idefxy |
Bit-wise representations of child descriptors corresponding to idfxyn.
Definition at line 73 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::idfxyn |
Bit-wise representations of FXY numbers for master Table D.
Definition at line 69 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::ndelem |
Numbers of child descriptors corresponding to idfxyn.
Definition at line 72 of file moda_mstabs.F.
Referenced by arallocf(), ardllocf(), and ireadmt().
moda_mstabs::nmtb |
Number of master Table B entries (up to a maximum of MXMTBB).
Definition at line 60 of file moda_mstabs.F.
Referenced by ireadmt().
moda_mstabs::nmtd |
Number of master Table D entries (up to a maximum of MXMTBD).
Definition at line 61 of file moda_mstabs.F.
Referenced by ireadmt().