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