51 INTEGER,
ALLOCATABLE ::
ntba(:)
52 INTEGER,
ALLOCATABLE ::
ntbb(:)
53 INTEGER,
ALLOCATABLE ::
ntbd(:)
54 INTEGER,
ALLOCATABLE ::
mtab(:,:)
55 INTEGER,
ALLOCATABLE ::
idna(:,:,:)
56 INTEGER,
ALLOCATABLE ::
idnb(:,:)
57 INTEGER,
ALLOCATABLE ::
idnd(:,:)
58 CHARACTER*128,
ALLOCATABLE ::
taba(:,:)
59 CHARACTER*128,
ALLOCATABLE ::
tabb(:,:)
60 CHARACTER*600,
ALLOCATABLE ::
tabd(:,:)
This module contains array and variable declarations used to store DX BUFR tables internally for mult...
integer, dimension(:,:), allocatable idnb
Bit-wise representations of the FXY values corresponding to tabb.
character *128, dimension(:,:), allocatable tabb
Table B entries for each internal I/O stream.
character *128, dimension(:,:), allocatable taba
Table A entries for each internal I/O stream.
integer, dimension(:,:), allocatable mtab
Entries within jump/link table corresponding to taba.
integer, dimension(:), allocatable ntbd
Number of Table D entries for each internal I/O stream (up to a maximum of MAXTBD,...
integer, dimension(:), allocatable ntbb
Number of Table B entries for each internal I/O stream (up to a maximum of MAXTBB,...
integer, dimension(:), allocatable ntba
Number of Table A entries for each internal I/O stream (up to a maximum of MAXTBA,...
integer, dimension(:,:), allocatable idnd
Bit-wise representations of the FXY values corresponding to tabd.
integer, dimension(:,:,:), allocatable idna
Message types (in array element 1) and subtypes (in array element 2) corresponding to taba.
character *600, dimension(:,:), allocatable tabd
Table D entries for each internal I/O stream.