NCEPLIBS-bufr 11.7.1
modv_MXLCC.f
Go to the documentation of this file.
1C> @file
2C> @brief Declare and initialize MXLCC variable.
3
4C> This module declares and initializes the MXLCC 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 mxlcc
16C> Maximum length (in bytes) of a character string that can be
17C> written into a data subset of a compressed BUFR message by
18C> the BUFRLIB software.
19
20 INTEGER :: mxlcc = 32
21
22 END MODULE
This module declares and initializes the MXLCC variable.
Definition: modv_MXLCC.f:13
integer mxlcc
Maximum length (in bytes) of a character string that can be written into a data subset of a compresse...
Definition: modv_MXLCC.f:20