NCEPLIBS-bufr  11.6.0
 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  INTEGER, ALLOCATABLE :: ival(:)
9 
10  END MODULE
This module declares and initializes the MAXSS variable.
Definition: modv_MAXSS.f:13