NCEPLIBS-bufr
12.0.0
|
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... | |
This module declares and initializes the MXMSGL variable.
integer modv_mxmsgl::mxmsgl = 600000 |
Maximum length (in bytes) of a BUFR message that can be read or written by the BUFRLIB software.
This variable is initialized to a default value which can be overridden by a subsequent call to function isetprm() within the application program.
Definition at line 261 of file modules_vars.F90.
Referenced by arallocf(), bfrini(), igetprm(), isetprm(), maxout(), and readerme().
integer modv_mxmsgl::mxmsgld4 |
The value of mxmsgl divided by 4.
Definition at line 263 of file modules_vars.F90.
Referenced by arallocf(), dxmini(), msgwrt(), and rdmsgw().