NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_bitbuf.F File Reference

Declare arrays for internal storage of BUFR messages. More...

Go to the source code of this file.

Data Types

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

Detailed Description

Declare arrays for internal storage of BUFR messages.

Definition in file moda_bitbuf.F.


Data Type Documentation

module moda_bitbuf

This module contains array and variable declarations used to store BUFR messages internally for multiple I/O streams.

Author
J. Ator
Date
2014-12-10

Definition at line 10 of file moda_bitbuf.F.

Data Fields
integer, dimension(:), allocatable ibay
integer ibit
integer maxbyt Maximum length of an output BUFR message.
integer, dimension(:,:),
allocatable
mbay Current BUFR message for each internal I/O stream.
integer, dimension(:), allocatable mbyt Length (in bytes) of current BUFR message for each internal I/O stream.