NCEPLIBS-bufr
11.5.0
Main Page
Related Pages
Data Types List
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Pages
modv_MXTCO.F
Go to the documentation of this file.
1
C> @file
2
C> @brief Declare and initialize MXTCO variable.
3
4
C> This module declares and initializes the MXTCO variable.
5
C>
6
C> <p>For dynamic allocation builds, this variable is initialized
7
C> to a default value which can be overridden by a subsequent call
8
C> to function isetprm() within the application program.
9
C> For static allocation builds, this variable is set as a
10
C> parameter at compile time and cannot be changed within the
11
C> application program.
12
C>
13
C> @author J. Ator
14
C> @date 2014-12-10
15
16
MODULE
modv_mxtco
17
18
C> @var mxtco
19
C> Maximum number of Table C operators with an XX value
20
C> of 21 or greater that can appear within the data subset
21
C> definition of a Table A mnemonic.
22
23
#ifdef STATIC_ALLOCATION
24
INTEGER
,
PARAMETER
:: mxtco = 30
25
#else
26
INTEGER
:: MXTCO = 30
27
#endif
28
29
END MODULE
modv_mxtco
This module declares and initializes the MXTCO variable.
Definition:
modv_MXTCO.F:16
nceplibs-bufr
src
modv_MXTCO.F
Generated by
1.8.5