NCEPLIBS-bufr  12.0.1
modv_mxmsgl Module Reference

This module declares and initializes the MXMSGL variable. More...

Variables

integer mxmsgl = 600000
 Maximum length (in bytes) of a BUFR message that can be read or written by the BUFRLIB software. More...
 
integer mxmsgld4
 The value of mxmsgl divided by 4. More...
 

Detailed Description

This module declares and initializes the MXMSGL variable.

Author
J. Ator
Date
2014-12-10

Variable Documentation

◆ mxmsgl

integer modv_mxmsgl::mxmsgl = 600000

Maximum length (in bytes) of a BUFR message that can be read or written by the BUFRLIB software.

This variable is initialized to a default value which can be overridden by a subsequent call to function isetprm() within the application program.

Definition at line 261 of file modules_vars.F90.

Referenced by arallocf(), bfrini(), igetprm(), isetprm(), maxout(), and readerme().

◆ mxmsgld4

integer modv_mxmsgl::mxmsgld4

The value of mxmsgl divided by 4.

Definition at line 263 of file modules_vars.F90.

Referenced by arallocf(), dxmini(), msgwrt(), and rdmsgw().