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