This module contains array and variable declarations used to store DX BUFR tables internally for multiple I/O streams.
- Author
- J. Ator
- Date
- 2014-12-10
Definition at line 10 of file moda_tababd.F.
Data Fields |
integer, dimension(:,:,:),
allocatable |
idna |
Message types (in array element 1) and subtypes (in array element 2) corresponding to taba. |
integer, dimension(:,:),
allocatable |
idnb |
Bit-wise representations of the FXY values corresponding to tabb. |
integer, dimension(:,:),
allocatable |
idnd |
Bit-wise representations of the FXY values corresponding to tabd. |
integer, dimension(:,:),
allocatable |
mtab |
Entries within jump/link table corresponding to taba. |
integer, dimension(:), allocatable |
ntba |
Number of Table A entries for each internal I/O stream (up to a maximum of MAXTBA, whose value is stored in array element 0). |
integer, dimension(:), allocatable |
ntbb |
Number of Table B entries for each internal I/O stream (up to a maximum of MAXTBB, whose value is stored in array element 0). |
integer, dimension(:), allocatable |
ntbd |
Number of Table D entries for each internal I/O stream (up to a maximum of MAXTBD, whose value is stored in array element 0). |
character *128, dimension(:,:),
allocatable |
taba |
Table A entries for each internal I/O stream. |
character *128, dimension(:,:),
allocatable |
tabb |
Table B entries for each internal I/O stream. |
character *600, dimension(:,:),
allocatable |
tabd |
Table D entries for each internal I/O stream. |