Last change
on this file since 3990 was
2160,
checked in by Laurent Fairhead, 10 years ago
|
Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand
|
File size:
691 bytes
|
Line | |
---|
1 | MODULE YOERRTAB |
---|
2 | |
---|
3 | |
---|
4 | #include "tsmbkind.h" |
---|
5 | |
---|
6 | IMPLICIT NONE |
---|
7 | |
---|
8 | SAVE |
---|
9 | |
---|
10 | ! ------------------------------------------------------------------- |
---|
11 | |
---|
12 | ! ------------------------------------------------------------------- |
---|
13 | |
---|
14 | REAL_B , DIMENSION(0:5000) :: TRANS |
---|
15 | REAL_B :: BPADE |
---|
16 | |
---|
17 | ! ----------------------------------------------------------------- |
---|
18 | ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM LW RADIATION ** |
---|
19 | |
---|
20 | ! J.-J. MORCRETTE E.C.M.W.F. 98/07/14 |
---|
21 | |
---|
22 | ! NAME TYPE PURPOSE |
---|
23 | ! ---- : ---- : --------------------------------------------------- |
---|
24 | ! TRANS : REAL |
---|
25 | ! BPADE : REAL |
---|
26 | ! ----------------------------------------------------------------- |
---|
27 | END MODULE YOERRTAB |
---|
28 | |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.