LMDZ
yoerrtftr.F90
Go to the documentation of this file.
1 MODULE yoerrtftr
2 
3 USE parkind1 ,ONLY : jpim ,jprb
4 
5 USE parrrtm
6 
7 IMPLICIT NONE
8 
9 SAVE
10 
11 ! -------------------------------------------------------------------
12 
13 ! -------------------------------------------------------------------
14 
15 INTEGER(KIND=JPIM) :: ngc(jpband)
16 INTEGER(KIND=JPIM) :: ngs(jpband)
17 INTEGER(KIND=JPIM) :: ngn(jpgpt)
18 INTEGER(KIND=JPIM) :: ngb(jpgpt)
19 
20 INTEGER(KIND=JPIM) :: ngm(jpg*jpband)
21 REAL(KIND=JPRB) :: wt(jpg)
22 
23 ! -----------------------------------------------------------------
24 ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
25 
26 ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14
27 
28 ! NAME TYPE PURPOSE
29 ! ---- : ---- : ---------------------------------------------------
30 ! NGC : INTEGER :
31 ! NGS : INTEGER :
32 ! NGN : INTEGER :
33 ! NGB : INTEGER :
34 ! NGM : INTEGER :
35 ! WT : REAL :
36 ! -------------------------------------------------------------------
37 
38 !$OMP THREADPRIVATE(ngb,ngc,ngm,ngn,ngs,wt)
39 
40 END MODULE yoerrtftr
41 
integer(kind=jpim), dimension(jpgpt) ngb
Definition: yoerrtftr.F90:18
integer(kind=jpim), dimension(jpg *jpband) ngm
Definition: yoerrtftr.F90:20
real(kind=jprb), dimension(jpg) wt
Definition: yoerrtftr.F90:21
integer(kind=jpim), parameter jpgpt
Definition: parrrtm.F90:21
integer(kind=jpim), parameter jpband
Definition: parrrtm.F90:18
integer, parameter jprb
Definition: parkind1.F90:31
integer(kind=jpim), dimension(jpgpt) ngn
Definition: yoerrtftr.F90:17
integer, parameter jpim
Definition: parkind1.F90:13
integer(kind=jpim), parameter jpg
Definition: parrrtm.F90:17
integer(kind=jpim), dimension(jpband) ngc
Definition: yoerrtftr.F90:15
integer(kind=jpim), dimension(jpband) ngs
Definition: yoerrtftr.F90:16