NCEPLIBS-bufr  12.0.1
moda_bufrmg Module Reference

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...
 

Detailed Description

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().

Author
J. Ator
Date
2014-12-10

Variable Documentation

◆ msglen

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().

◆ msgtxt

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().