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