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