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