NCEPLIBS-bufr
12.0.1
|
This module contains arrays used to store, for each output I/O stream, a copy of the BUFR message that was most recently written to that stream, 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 I/O stream. More... | |
integer, dimension(:,:), allocatable | msgtxt |
BUFR message most recently written to each output I/O stream. More... | |
This module contains arrays used to store, for each output I/O stream, a copy of the BUFR message that was most recently written to that stream, 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 I/O stream.
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 I/O stream.
Definition at line 85 of file modules_arrs.F90.
Referenced by arallocf(), ardllocf(), msgwrt(), and writsa().