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