source:
LMDZ5/branches/Cold_pool_death/libf/phymar/yoerrtab.F90
@
4025
Last change on this file since 4025 was 2160, checked in by , 10 years ago | |
---|---|
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.