LMDZ
yoerrto14.F90
Go to the documentation of this file.
1 MODULE yoerrto14
2 
3 USE parkind1 ,ONLY : jpim ,jprb
4 
5 IMPLICIT NONE
6 
7 SAVE
8 
9 ! -----------------------------------------------------------------
10 !* ** *YOERRTO14* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 14
11 ! BAND 14: 2250-2380 cm-1 (low - CO2; high - CO2)
12 ! -----------------------------------------------------------------
13 
14 INTEGER(KIND=JPIM), PARAMETER :: no14 = 16
15 
16 REAL(KIND=JPRB) , DIMENSION(NO14) :: fracrefao
17 REAL(KIND=JPRB) , DIMENSION(NO14) :: fracrefbo
18 
19 REAL(KIND=JPRB) :: kao(5,13,no14)
20 REAL(KIND=JPRB) :: kbo(5,13:59,no14)
21 REAL(KIND=JPRB) :: selfrefo(10,no14)
22 
23 ! -----------------------------------------------------------------
24 ! * E.C.M.W.F. PHYSICS PACKAGE *
25 
26 ! J.-J. MORCRETTE E.C.M.W.F. 98/01/15
27 
28 ! NAME TYPE PURPOSE
29 ! ---- : ---- : ---------------------------------------------------
30 ! FRACREFA: REAL
31 ! FRACREFB: REAL
32 ! KA : REAL
33 ! KB : REAL
34 ! SELFREF : REAL
35 ! -----------------------------------------------------------------
36 !$OMP THREADPRIVATE(fracrefao,fracrefbo,kao,kbo,selfrefo)
37 END MODULE yoerrto14
real(kind=jprb), dimension(10, no14) selfrefo
Definition: yoerrto14.F90:21
real(kind=jprb), dimension(no14) fracrefbo
Definition: yoerrto14.F90:17
integer, parameter jprb
Definition: parkind1.F90:31
real(kind=jprb), dimension(5, 13:59, no14) kbo
Definition: yoerrto14.F90:20
integer(kind=jpim), parameter no14
Definition: yoerrto14.F90:14
integer, parameter jpim
Definition: parkind1.F90:13
real(kind=jprb), dimension(5, 13, no14) kao
Definition: yoerrto14.F90:19
real(kind=jprb), dimension(no14) fracrefao
Definition: yoerrto14.F90:16