NCEPLIBS-bufr  11.6.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  INTEGER, ALLOCATABLE :: iefxyn(:,:)
19  CHARACTER*4, ALLOCATABLE :: cmdscb(:)
20  CHARACTER*4, ALLOCATABLE :: cmdscd(:)
21  CHARACTER*120, ALLOCATABLE :: ceelem(:,:)
22 
23  END MODULE
This module declares and initializes the MXMTBD variable.
Definition: modv_MXMTBD.f:13
This module declares and initializes the MAXCD variable.
Definition: modv_MAXCD.f90:13
This module declares and initializes the MXMTBB variable.
Definition: modv_MXMTBB.f:13