NCEPLIBS-bufr
12.1.0
|
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... | |
Declare arrays and variables used to store BUFR messages internally for multiple file IDs.
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().
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(), msgupd(), and wrcmps().
integer, dimension(:,:), allocatable moda_bitbuf::mbay |
Current BUFR message for each file ID.
Definition at line 14 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(), ufbtab(), ufbtam(), wrcmps(), and writlc().
integer, dimension(:), allocatable moda_bitbuf::mbyt |