Last change
on this file since 5308 was
3331,
checked in by acozic, 6 years ago
|
Add modification for isotopes
|
-
Property svn:executable set to
*
|
File size:
1017 bytes
|
Line | |
---|
1 | MODULE YOERRTA15 |
---|
2 | |
---|
3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
---|
4 | |
---|
5 | IMPLICIT NONE |
---|
6 | |
---|
7 | SAVE |
---|
8 | |
---|
9 | ! ----------------------------------------------------------------- |
---|
10 | !* ** *YOERRTA15* - RRTM COEFFICIENTS FOR INTERVAL 15 |
---|
11 | ! BAND 15: 2380-2600 cm-1 (low - N2O,CO2; high - nothing) |
---|
12 | ! ----------------------------------------------------------------- |
---|
13 | |
---|
14 | INTEGER(KIND=JPIM), PARAMETER :: NG15 = 2 |
---|
15 | |
---|
16 | REAL(KIND=JPRB) :: FRACREFA(NG15,9) |
---|
17 | |
---|
18 | REAL(KIND=JPRB) :: KA(9,5,13,NG15) ,ABSA(585,NG15) |
---|
19 | REAL(KIND=JPRB) :: SELFREF(10,NG15) |
---|
20 | REAL(KIND=JPRB) :: STRRAT |
---|
21 | |
---|
22 | EQUIVALENCE (KA(1,1,1,1),ABSA(1,1)) |
---|
23 | |
---|
24 | ! ----------------------------------------------------------------- |
---|
25 | ! * E.C.M.W.F. PHYSICS PACKAGE * |
---|
26 | |
---|
27 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
---|
28 | |
---|
29 | ! NAME TYPE PURPOSE |
---|
30 | ! ---- : ---- : --------------------------------------------------- |
---|
31 | ! FRACREFA: REAL |
---|
32 | ! KA : REAL |
---|
33 | ! SELFREF : REAL |
---|
34 | ! STRRAT : REAL |
---|
35 | ! ----------------------------------------------------------------- |
---|
36 | END MODULE YOERRTA15 |
---|
Note: See
TracBrowser
for help on using the repository browser.