NCEPLIBS-bufr 11.7.1
|
Declare arrays for internal storage of DX BUFR tables. More...
Go to the source code of this file.
Modules | |
module | moda_tababd |
This module contains array and variable declarations used to store DX BUFR tables internally for multiple I/O streams. | |
Variables | |
integer, dimension(:,:,:), allocatable | moda_tababd::idna |
Message types (in array element 1) and subtypes (in array element 2) corresponding to taba. More... | |
integer, dimension(:,:), allocatable | moda_tababd::idnb |
Bit-wise representations of the FXY values corresponding to tabb. More... | |
integer, dimension(:,:), allocatable | moda_tababd::idnd |
Bit-wise representations of the FXY values corresponding to tabd. More... | |
integer, dimension(:,:), allocatable | moda_tababd::mtab |
Entries within jump/link table corresponding to taba. More... | |
integer, dimension(:), allocatable | moda_tababd::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). More... | |
integer, dimension(:), allocatable | moda_tababd::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). More... | |
integer, dimension(:), allocatable | moda_tababd::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). More... | |
character *128, dimension(:,:), allocatable | moda_tababd::taba |
Table A entries for each internal I/O stream. More... | |
character *128, dimension(:,:), allocatable | moda_tababd::tabb |
Table B entries for each internal I/O stream. More... | |
character *600, dimension(:,:), allocatable | moda_tababd::tabd |
Table D entries for each internal I/O stream. More... | |
Declare arrays for internal storage of DX BUFR tables.
Definition in file moda_tababd.F.