LMDZ
yoerrto5.F90
Go to the documentation of this file.
1 MODULE yoerrto5
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 !* ** *YOERRTO5* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 5
12 ! BAND 5: 700-820 cm-1 (low - H2O,CO2; high - O3,CO2)
13 ! -----------------------------------------------------------------
14 
15 integer_m, PARAMETER :: no5 = 16
16 
17 real_b :: fracrefao(no5,9) ,fracrefbo(no5,5)
18 
19 real_b , DIMENSION(NO5) :: ccl4o
20 
21 real_b :: kao(9,5,13,no5)
22 real_b :: kbo(5,5,13:59,no5)
23 real_b :: selfrefo(10,no5)
24 
25 ! -----------------------------------------------------------------
26 ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
27 
28 ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14
29 
30 ! NAME TYPE PURPOSE
31 ! ---- : ---- : ---------------------------------------------------
32 ! FRACREFA: REAL
33 ! FRACREFB: REAL
34 ! KA : REAL
35 ! KB : REAL
36 ! SELFREF : REAL
37 ! -----------------------------------------------------------------
38 END MODULE yoerrto5
real(kind=jprb), dimension(9, 5, 13, no5) kao
Definition: yoerrto5.F90:20
real(kind=jprb), dimension(10, no5) selfrefo
Definition: yoerrto5.F90:22
real(kind=jprb), dimension(no5, 9) fracrefao
Definition: yoerrto5.F90:16
integer(kind=jpim), parameter no5
Definition: yoerrto5.F90:14
real(kind=jprb), dimension(5, 5, 13:59, no5) kbo
Definition: yoerrto5.F90:21
real(kind=jprb), dimension(no5, 5) fracrefbo
Definition: yoerrto5.F90:16
real(kind=jprb), dimension(no5) ccl4o
Definition: yoerrto5.F90:18