NCEPLIBS-bufr
12.1.0
|
Declare arrays used by various subroutines to hold information about Table D sequences. More...
Variables | |
integer, dimension(:,:), allocatable | irp |
Replication indicators corresponding to nem: More... | |
integer, dimension(:,:), allocatable | krp |
Replication counts corresponding to nem: More... | |
character *8, dimension(:,:), allocatable | nem |
Child mnemonics within Table D sequences. More... | |
Declare arrays used by various subroutines to hold information about Table D sequences.
The values in these arrays are set via an internal call to subroutine nemtbd().
integer, dimension(:,:), allocatable moda_nmikrp::irp |
Replication indicators corresponding to nem:
Definition at line 449 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), chekstab(), dxdump(), getabdb(), and tabsub().
integer, dimension(:,:), allocatable moda_nmikrp::krp |
Replication counts corresponding to nem:
Definition at line 454 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), chekstab(), dxdump(), getabdb(), and tabsub().
character*8, dimension(:,:), allocatable moda_nmikrp::nem |
Child mnemonics within Table D sequences.
Definition at line 441 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), chekstab(), dxdump(), getabdb(), and tabsub().