NCEPLIBS-bufr
12.0.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().
character, dimension(:,:), allocatable moda_mstabs::cbbw |
Bit widths corresponding to ibfxyn.
Definition at line 412 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cbelem |
Element names corresponding to ibfxyn.
Definition at line 418 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cbmnem |
Mnemonics corresponding to ibfxyn.
Definition at line 416 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cbscl |
Scale factors corresponding to ibfxyn.
Definition at line 408 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cbsref |
Reference values corresponding to ibfxyn.
Definition at line 410 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cbunit |
Units corresponding to ibfxyn.
Definition at line 414 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cdmnem |
Mnemonics corresponding to idfxyn.
Definition at line 424 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
character, dimension(:,:), allocatable moda_mstabs::cdseq |
Sequence names corresponding to idfxyn.
Definition at line 422 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
integer, dimension(:), allocatable moda_mstabs::ibfxyn |
Bit-wise representations of FXY numbers for master Table B.
Definition at line 406 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
integer, dimension(:), allocatable moda_mstabs::idefxy |
Bit-wise representations of child descriptors corresponding to idfxyn.
Definition at line 428 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
integer, dimension(:), allocatable moda_mstabs::idfxyn |
Bit-wise representations of FXY numbers for master Table D.
Definition at line 420 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
integer, dimension(:), allocatable moda_mstabs::ndelem |
Numbers of child descriptors corresponding to idfxyn.
Definition at line 426 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), cpmstabs(), and ireadmt().
integer moda_mstabs::nmtb |
Number of master Table B entries (up to a maximum of MXMTBB).
Definition at line 402 of file modules_arrs.F90.
Referenced by cpmstabs(), and ireadmt().
integer moda_mstabs::nmtd |
Number of master Table D entries (up to a maximum of MXMTBD).
Definition at line 404 of file modules_arrs.F90.
Referenced by cpmstabs(), and ireadmt().