LMDZ
yoerrto15.F90
Go to the documentation of this file.
1 MODULE yoerrto15
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 !* ** *YOERRTO15* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 15
12 ! BAND 15: 2380-2600 cm-1 (low - N2O,CO2; high - nothing)
13 ! -----------------------------------------------------------------
14 
15 integer_m, PARAMETER :: no15 = 16
16 
17 real_b :: fracrefao(no15,9)
18 
19 real_b :: kao(9,5,13,no15)
20 real_b :: selfrefo(10,no15)
21 
22 ! -----------------------------------------------------------------
23 ! * E.C.M.W.F. PHYSICS PACKAGE *
24 
25 ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14
26 
27 ! NAME TYPE PURPOSE
28 ! ---- : ---- : ---------------------------------------------------
29 ! FRACREFA: REAL
30 ! KA : REAL
31 ! SELFREF : REAL
32 ! -----------------------------------------------------------------
33 END MODULE yoerrto15
real(kind=jprb), dimension(9, 5, 13, no15) kao
Definition: yoerrto15.F90:18
real(kind=jprb), dimension(no15, 9) fracrefao
Definition: yoerrto15.F90:16
real(kind=jprb), dimension(10, no15) selfrefo
Definition: yoerrto15.F90:19
integer(kind=jpim), parameter no15
Definition: yoerrto15.F90:14