NCEPLIBS-bufr 11.7.1
moda_bitbuf Module Reference

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

Variables

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

Detailed Description

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

Variable Documentation

◆ ibay

integer, dimension(:), allocatable moda_bitbuf::ibay

Definition at line 24 of file moda_bitbuf.F.

◆ ibit

integer moda_bitbuf::ibit

Definition at line 23 of file moda_bitbuf.F.

◆ maxbyt

moda_bitbuf::maxbyt

Maximum length of an output BUFR message.

Definition at line 22 of file moda_bitbuf.F.

Referenced by bfrini(), cpyupd(), igetmxby(), maxout(), and msgupd().

◆ mbay

◆ mbyt

moda_bitbuf::mbyt

Length (in bytes) of current BUFR message for each internal I/O stream.

Definition at line 25 of file moda_bitbuf.F.

Referenced by arallocf(), ardllocf(), cktaba(), closmg(), copysb(), cpyupd(), msgini(), msgupd(), rdcmps(), rdmems(), rdmgsb(), readsb(), rewnbf(), ufbget(), ufbinx(), ufbtab(), and ufbtam().