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