Last change
on this file since 4400 was
2089,
checked in by Laurent Fairhead, 10 years ago
|
Inclusion de la physique de MAR
Integration of MAR physics
|
File size:
691 bytes
|
Rev | Line | |
---|
[2089] | 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.