NCEPLIBS-bufr
12.1.0
|
Declare arrays and variables used to store master Table B and Table D entries within internal memory. More...
Variables | |
character *120, dimension(:,:), allocatable | ceelem |
Element names corresponding to iefxyn. More... | |
character *4, dimension(:), allocatable | cmdscb |
Descriptor codes for Table B elements. More... | |
character *4, dimension(:), allocatable | cmdscd |
Descriptor codes for Table D sequences. More... | |
integer, dimension(:,:), allocatable | iefxyn |
WMO bit-wise representations of child descriptors of Table D sequences. More... | |
Declare arrays and variables used to store master Table B and Table D entries within internal memory.
Data values within this module are stored by subroutine ireadmt().
character*120, dimension(:,:), allocatable moda_rdmtb::ceelem |
Element names corresponding to iefxyn.
Definition at line 531 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and ireadmt().
character*4, dimension(:), allocatable moda_rdmtb::cmdscb |
Descriptor codes for Table B elements.
Definition at line 527 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and ireadmt().
character*4, dimension(:), allocatable moda_rdmtb::cmdscd |
Descriptor codes for Table D sequences.
Definition at line 529 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and ireadmt().
integer, dimension(:,:), allocatable moda_rdmtb::iefxyn |
WMO bit-wise representations of child descriptors of Table D sequences.
Definition at line 525 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), and ireadmt().