LMDZ
yoerrto9.F90
Go to the documentation of this file.
1 MODULE yoerrto9
2 
3 USE parkind1 ,ONLY : jpim ,jprb
4 
5 IMPLICIT NONE
6 
7 SAVE
8 
9 ! -----------------------------------------------------------------
10 !* ** *YOERRTO9* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 9
11 ! BAND 9: 1180-1390 cm-1 (low - H2O,CH4; high - CH4)
12 ! -----------------------------------------------------------------
13 
14 INTEGER(KIND=JPIM), PARAMETER :: no9 = 16
15 
16 REAL(KIND=JPRB) :: fracrefao(no9,9)
17 
18 REAL(KIND=JPRB) , DIMENSION(NO9) :: fracrefbo
19 ! 48 = 3*NO9
20 REAL(KIND=JPRB) , DIMENSION(48) :: absn2oo
21 
22 REAL(KIND=JPRB) :: kao(11,5,13,no9)
23 REAL(KIND=JPRB) :: kbo(5,13:59,no9)
24 REAL(KIND=JPRB) :: selfrefo(10,no9)
25 
26 ! -----------------------------------------------------------------
27 ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
28 
29 ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14
30 
31 ! NAME TYPE PURPOSE
32 ! ---- : ---- : ---------------------------------------------------
33 ! ABSN2O : REAL
34 ! CH4REF : REAL
35 ! ETAREF : REAL
36 ! FRACREFA: REAL
37 ! FRACREFB: REAL
38 ! H2OREF : REAL
39 ! N2OREF : REAL
40 ! KA : REAL
41 ! KB : REAL
42 ! SELFREF : REAL
43 ! -----------------------------------------------------------------
44 !$OMP THREADPRIVATE(absn2oo,fracrefao,fracrefbo,kao,kbo,selfrefo)
45 END MODULE yoerrto9
real(kind=jprb), dimension(no9) fracrefbo
Definition: yoerrto9.F90:18
integer(kind=jpim), parameter no9
Definition: yoerrto9.F90:14
real(kind=jprb), dimension(11, 5, 13, no9) kao
Definition: yoerrto9.F90:22
real(kind=jprb), dimension(48) absn2oo
Definition: yoerrto9.F90:20
integer, parameter jprb
Definition: parkind1.F90:31
real(kind=jprb), dimension(10, no9) selfrefo
Definition: yoerrto9.F90:24
real(kind=jprb), dimension(no9, 9) fracrefao
Definition: yoerrto9.F90:16
integer, parameter jpim
Definition: parkind1.F90:13
real(kind=jprb), dimension(5, 13:59, no9) kbo
Definition: yoerrto9.F90:23