NCEPLIBS-bufr 11.7.1
moda_bitbuf.F File Reference

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

Go to the source code of this file.

Modules

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

Variables

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

Detailed Description

Declare arrays for internal storage of BUFR messages.

Definition in file moda_bitbuf.F.