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