LMDZ
yoerrto13.F90
Go to the documentation of this file.
1 MODULE yoerrto13
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 !* ** *YOERRTO13* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 13
12 ! BAND 13: 2080-2250 cm-1 (low - H2O,N2O; high - nothing)
13 ! -----------------------------------------------------------------
14 
15 integer_m, PARAMETER :: no13 = 16
16 
17 real_b :: fracrefao(no13,9)
18 
19 real_b :: kao(9,5,13,no13)
20 real_b :: selfrefo(10,no13)
21 
22 ! -----------------------------------------------------------------
23 ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION **
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 yoerrto13
integer(kind=jpim), parameter no13
Definition: yoerrto13.F90:14
real(kind=jprb), dimension(9, 5, 13, no13) kao
Definition: yoerrto13.F90:18
real(kind=jprb), dimension(10, no13) selfrefo
Definition: yoerrto13.F90:19
real(kind=jprb), dimension(no13, 9) fracrefao
Definition: yoerrto13.F90:16