NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_tababd.F File Reference

Declare arrays for internal storage of DX BUFR tables. More...

Go to the source code of this file.

Data Types

module  moda_tababd
 This module contains array and variable declarations used to store DX BUFR tables internally for multiple I/O streams. More...
 

Detailed Description

Declare arrays for internal storage of DX BUFR tables.

Definition in file moda_tababd.F.


Data Type Documentation

module moda_tababd

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(maxtba,
nfiles, 2)
idna Message types (in array element 1) and subtypes (in array element 2) corresponding to taba.
integer, dimension(maxtbb, nfiles) idnb Bit-wise representations of the FXY values corresponding to tabb.
integer, dimension(maxtbd, nfiles) idnd Bit-wise representations of the FXY values corresponding to tabd.
integer, dimension(maxtba, nfiles) mtab Entries within jump/link table corresponding to taba.
integer, dimension(0:nfiles) 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(0:nfiles) 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(0:nfiles) 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(maxtba,
nfiles)
taba Table A entries for each internal I/O stream.
character *128, dimension(maxtbb,
nfiles)
tabb Table B entries for each internal I/O stream.
character *600, dimension(maxtbd,
nfiles)
tabd Table D entries for each internal I/O stream.