NCEPLIBS-bufr
12.1.0
|
Declare arrays used to store, for each output file ID, a copy of the BUFR message that was most recently written to that ID, for possible later retrieval via subroutine writsa(). More...
Variables | |
integer, dimension(:), allocatable | msglen |
Length (in integers) of BUFR message most recently written to each output file ID. More... | |
integer, dimension(:,:), allocatable | msgtxt |
BUFR message most recently written to each output file ID. More... | |
Declare arrays used to store, for each output file ID, a copy of the BUFR message that was most recently written to that ID, for possible later retrieval via subroutine writsa().
integer, dimension(:), allocatable moda_bufrmg::msglen |
Length (in integers) of BUFR message most recently written to each output file ID.
Definition at line 83 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), bfrini(), main(), msgwrt(), and writsa().
integer, dimension(:,:), allocatable moda_bufrmg::msgtxt |
BUFR message most recently written to each output file ID.
Definition at line 85 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), msgwrt(), and writsa().