NCEPLIBS-bufr 11.7.1
modv_MXMTBF.f
Go to the documentation of this file.
1C> @file
2C> @brief Declare and initialize MXMTBF variable.
3
4C> This module declares and initializes the MXMTBF 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 2018-01-11
12
14
15C> @var mxmtbf
16C> Maximum number of entries in a master BUFR Code/Flag
17C> table, counting across all individual Code/Flag tables,
18C> and counting each defined code figure (within each
19C> individual Code table) or defined bit number (within
20C> each individual Flag table) as a separate entry.
21
22 INTEGER :: mxmtbf = 25000
23
24 END MODULE
This module declares and initializes the MXMTBF variable.
Definition: modv_MXMTBF.f:13