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