NCEPLIBS-bufr  12.1.0
moda_bitbuf Module Reference

Declare arrays and variables used to store BUFR messages internally for multiple file IDs. More...

Variables

integer, dimension(:), allocatable ibay
 Current data subset. More...
 
integer ibit
 Bit pointer within ibay. More...
 
integer maxbyt
 Maximum length of an output BUFR message. More...
 
integer, dimension(:,:), allocatable mbay
 Current BUFR message for each file ID. More...
 
integer, dimension(:), allocatable mbyt
 Length (in bytes) of current BUFR message for each file ID. More...
 

Detailed Description

Declare arrays and variables used to store BUFR messages internally for multiple file IDs.

Author
J. Ator
Date
2014-12-10

Variable Documentation

◆ ibay

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

Current data subset.

Definition at line 18 of file modules_arrs.F90.

Referenced by arallocf(), ardllocf(), msgupd(), wrcmps(), and wrtree().

◆ ibit

integer moda_bitbuf::ibit

Bit pointer within ibay.

Definition at line 20 of file modules_arrs.F90.

Referenced by copysb(), msgupd(), rdcmps(), rdtree(), readsb(), restd(), rewnbf(), ufbtab(), ufbtam(), wrcmps(), writlc(), and wrtree().

◆ maxbyt

integer moda_bitbuf::maxbyt

Maximum length of an output BUFR message.

Definition at line 12 of file modules_arrs.F90.

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

◆ mbay

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

◆ mbyt

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

Length (in bytes) of current BUFR message for each file ID.

Definition at line 16 of file modules_arrs.F90.

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