NCEPLIBS-bufr 11.7.1
|
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... | |
This module contains array and variable declarations used to store BUFR messages internally for multiple I/O streams.
integer, dimension(:), allocatable moda_bitbuf::ibay |
Definition at line 24 of file moda_bitbuf.F.
integer moda_bitbuf::ibit |
Definition at line 23 of file moda_bitbuf.F.
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().
moda_bitbuf::mbay |
Current BUFR message for each internal I/O stream.
Definition at line 26 of file moda_bitbuf.F.
Referenced by arallocf(), ardllocf(), cktaba(), closmg(), copymg(), copysb(), cpymem(), cpyupd(), ireadmt(), iupvs01(), mesgbc(), minimg(), msgini(), msgupd(), rcstpl(), rdcmps(), rdmemm(), rdmems(), rdmgsb(), rdtree(), readerme(), readlc(), readmg(), reads3(), readsb(), rewnbf(), rtrcpt(), ufbget(), ufbinx(), ufbtab(), ufbtam(), wrcmps(), and writlc().
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().