8 #ifdef DYNAMIC_ALLOCATION
9 INTEGER,
ALLOCATABLE :: nmsg(:)
10 INTEGER,
ALLOCATABLE :: nsub(:)
11 INTEGER,
ALLOCATABLE :: msub(:)
12 INTEGER,
ALLOCATABLE :: inode(:)
13 INTEGER,
ALLOCATABLE :: idate(:)
15 INTEGER :: nmsg(nfiles)
16 INTEGER :: nsub(nfiles)
17 INTEGER :: msub(nfiles)
18 INTEGER :: inode(nfiles)
19 INTEGER :: idate(nfiles)
This module declares and initializes the NFILES variable.