NCEPLIBS-bufr  11.6.0
 All Data Structures Files Functions Variables Pages
moda_usrint.F
1  MODULE moda_usrint
2 
3 #ifndef MAXSS_H
4 #define MAXSS_H
5  USE modv_maxss
6 #endif
7 
8 #ifndef NFILES_H
9 #define NFILES_H
10  USE modv_nfiles
11 #endif
12 
13  INTEGER, ALLOCATABLE :: nval(:)
14  INTEGER, ALLOCATABLE :: inv(:,:)
15  INTEGER, ALLOCATABLE :: nrfelm(:,:)
16  REAL*8, ALLOCATABLE :: val(:,:)
17 
18  END MODULE
This module declares and initializes the NFILES variable.
Definition: modv_NFILES.f90:13
This module declares and initializes the MAXSS variable.
Definition: modv_MAXSS.f:13