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