NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_nmikrp.F
1  MODULE moda_nmikrp
2 
3 #ifndef MAXCD_H
4 #define MAXCD_H
5  USE modv_maxcd
6 #endif
7 
8 #ifdef DYNAMIC_ALLOCATION
9  CHARACTER*8, ALLOCATABLE :: nem(:,:)
10  INTEGER, ALLOCATABLE :: irp(:,:)
11  INTEGER, ALLOCATABLE :: krp(:,:)
12 #else
13  CHARACTER*8 :: nem(maxcd,10)
14  INTEGER :: irp(maxcd,10)
15  INTEGER :: krp(maxcd,10)
16 #endif
17 
18  END MODULE
This module declares and initializes the MAXCD variable.
Definition: modv_MAXCD.F:16