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