NCEPLIBS-bufr 11.7.1
modv_MXMSGL.f
Go to the documentation of this file.
1C> @file
2C> @brief Declare and initialize MXMSGL variable.
3
4C> This module declares and initializes the MXMSGL variable.
5C>
6C> <p>This variable is initialized to a default value which can
7C> be overridden by a subsequent call to function isetprm() within
8C> the application program.
9C>
10C> @author J. Ator
11C> @date 2014-12-10
12
14
15C> @var mxmsgl
16C> Maximum length (in bytes) of a BUFR message that can be
17C> read or written by the BUFRLIB software.
18
19C> @var mxmsgld4
20C> The value of mxmsgl divided by 4.
21
22 INTEGER :: mxmsgl = 600000
23 INTEGER :: mxmsgld4
24
25 END MODULE
This module declares and initializes the MXMSGL variable.
Definition: modv_MXMSGL.f:13
integer mxmsgl
Maximum length (in bytes) of a BUFR message that can be read or written by the BUFRLIB software.
Definition: modv_MXMSGL.f:22
integer mxmsgld4
The value of mxmsgl divided by 4.
Definition: modv_MXMSGL.f:23