LMDZ
yoerrto16.F90
Go to the documentation of this file.
1 MODULE yoerrto16
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 !* ** *YOERRTO16* - RRTM ORIGINAL COEFFICIENTS FOR INTERVAL 16
12 ! BAND 16: 2600-3000 cm-1 (low - H2O,CH4; high - nothing)
13 ! -----------------------------------------------------------------
14 
15 integer_m, PARAMETER :: no16 = 16
16 
17 real_b :: fracrefao(no16,9)
18 
19 real_b :: kao(9,5,13,no16)
20 real_b :: selfrefo(10,no16)
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 yoerrto16
real(kind=jprb), dimension(no16, 9) fracrefao
Definition: yoerrto16.F90:16
real(kind=jprb), dimension(10, no16) selfrefo
Definition: yoerrto16.F90:19
integer(kind=jpim), parameter no16
Definition: yoerrto16.F90:14
real(kind=jprb), dimension(9, 5, 13, no16) kao
Definition: yoerrto16.F90:18