NCEPLIBS-bufr 11.7.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.

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

Author
J. Ator
Date
2014-12-10

Variable Documentation

◆ mxmsgl

modv_mxmsgl::mxmsgl = 600000

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

Definition at line 22 of file modv_MXMSGL.f.

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

◆ mxmsgld4

modv_mxmsgl::mxmsgld4

The value of mxmsgl divided by 4.

Definition at line 23 of file modv_MXMSGL.f.

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