NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
modv_MXMSGL.f
Go to the documentation of this file.
1 C> @file
2 C> @brief Declare and initialize MXMSGL variable.
3 
4 C> This module declares and initializes the MXMSGL variable.
5 C>
6 C> <p>This variable is initialized to a default value which can
7 C> be overridden by a subsequent call to function isetprm() within
8 C> the application program.
9 C>
10 C> @author J. Ator
11 C> @date 2014-12-10
12 
13  MODULE modv_mxmsgl
14 
15 C> @var mxmsgl
16 C> Maximum length (in bytes) of a BUFR message that can be
17 C> read or written by the BUFRLIB software.
18 
19 C> @var mxmsgld4
20 C> 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