NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_comprx.F
1  MODULE moda_comprx
2 
3 #ifndef MXCDV_H
4 #define MXCDV_H
5  USE modv_mxcdv
6 #endif
7 
8 #ifndef MXLCC_H
9 #define MXLCC_H
10  USE modv_mxlcc
11 #endif
12 
13  INTEGER :: nrow
14  INTEGER :: lunc
15  INTEGER :: kbyt
16  LOGICAL :: flush
17  LOGICAL :: writ1
18  INTEGER, ALLOCATABLE :: kmin(:)
19  INTEGER, ALLOCATABLE :: kmax(:)
20  LOGICAL, ALLOCATABLE :: kmis(:)
21  INTEGER, ALLOCATABLE :: kbit(:)
22  INTEGER, ALLOCATABLE :: ityp(:)
23  INTEGER, ALLOCATABLE :: iwid(:)
24  CHARACTER*(:), ALLOCATABLE :: cstr(:)
25 
26  END MODULE
This module declares and initializes the MXCDV variable.
Definition: modv_MXCDV.f:13
This module declares and initializes the MXLCC variable.
Definition: modv_MXLCC.f:13