Last change
on this file since 5308 was
2089,
checked in by Laurent Fairhead, 10 years ago
|
Inclusion de la physique de MAR
Integration of MAR physics
|
File size:
993 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.