NCEPLIBS-bufr  11.7.0
 All Data Structures Files Functions Variables Pages
moda_ivttmp.F
1  MODULE moda_ivttmp
2 
3 #ifndef MAXJL_H
4 #define MAXJL_H
5  USE modv_maxjl
6 #endif
7 
8  CHARACTER*10, ALLOCATABLE :: ttmp(:)
9  INTEGER, ALLOCATABLE :: itmp(:)
10  REAL*8, ALLOCATABLE :: vtmp(:)
11 
12  END MODULE
This module declares and initializes the MAXJL variable.
Definition: modv_MAXJL.f:13