NCEPLIBS-bufr  11.5.0
 All Data Structures Files Functions Variables Pages
moda_rdmtb.F
1  MODULE moda_rdmtb
2 
3 #ifndef MAXCD_H
4 #define MAXCD_H
5  USE modv_maxcd
6 #endif
7 
8 #ifndef MXMTBB_H
9 #define MXMTBB_H
10  USE modv_mxmtbb
11 #endif
12 
13 #ifndef MXMTBD_H
14 #define MXMTBD_H
15  USE modv_mxmtbd
16 #endif
17 
18 #ifdef DYNAMIC_ALLOCATION
19  INTEGER, ALLOCATABLE :: iefxyn(:,:)
20  CHARACTER*4, ALLOCATABLE :: cmdscb(:)
21  CHARACTER*4, ALLOCATABLE :: cmdscd(:)
22  CHARACTER*120, ALLOCATABLE :: ceelem(:,:)
23 #else
24  INTEGER :: iefxyn(mxmtbd,maxcd)
25  CHARACTER*4 :: cmdscb(mxmtbb)
26  CHARACTER*4 :: cmdscd(mxmtbd)
27  CHARACTER*120 :: ceelem(mxmtbd,maxcd)
28 #endif
29 
30  END MODULE
This module declares and initializes the MXMTBB variable.
Definition: modv_MXMTBB.F:16
This module declares and initializes the MXMTBD variable.
Definition: modv_MXMTBD.F:16
This module declares and initializes the MAXCD variable.
Definition: modv_MAXCD.F:16