NCEPLIBS-bufr
11.5.0
|
Declare and initialize MXMSGL variable. More...
Go to the source code of this file.
Data Types | |
module | modv_mxmsgl |
This module declares and initializes the MXMSGL variable. More... | |
Declare and initialize MXMSGL variable.
Definition in file modv_MXMSGL.F.
module modv_mxmsgl |
This module declares and initializes the MXMSGL variable.
For dynamic allocation builds, this variable is initialized to a default value which can be overridden by a subsequent call to function isetprm() within the application program. For static allocation builds, this variable is set as a parameter at compile time and cannot be changed within the application program.
Definition at line 16 of file modv_MXMSGL.F.
Data Fields | ||
---|---|---|
integer | mxmsgl | Maximum length (in bytes) of a BUFR message that can be read or written by the BUFRLIB software. |
integer | mxmsgld4 | The value of mxmsgl divided by 4. |