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