NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_sc3bfr.F
1  MODULE moda_sc3bfr
2 
3 #ifndef NFILES_H
4 #define NFILES_H
5  USE modv_nfiles
6 #endif
7 
8 #ifdef DYNAMIC_ALLOCATION
9  INTEGER, ALLOCATABLE :: isc3(:)
10  CHARACTER*8, ALLOCATABLE :: tamnem(:)
11 #else
12  INTEGER :: isc3(nfiles)
13  CHARACTER*8 :: tamnem(nfiles)
14 #endif
15 
16  END MODULE
This module declares and initializes the NFILES variable.
Definition: modv_NFILES.F:16