NCEPLIBS-bufr
11.5.0
Main Page
Related Pages
Data Types List
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Pages
moda_ival.F
1
MODULE
moda_ival
2
3
#ifndef MAXSS_H
4
#define MAXSS_H
5
USE
modv_maxss
6
#endif
7
8
#ifdef DYNAMIC_ALLOCATION
9
INTEGER
,
ALLOCATABLE
:: ival(:)
10
#else
11
INTEGER
ival(maxss)
12
#endif
13
14
END MODULE
moda_ival
Definition:
moda_ival.F:1
modv_maxss
This module declares and initializes the MAXSS variable.
Definition:
modv_MAXSS.F:16
nceplibs-bufr
src
moda_ival.F
Generated by
1.8.5