Last change
on this file since 881 was
808,
checked in by slebonnois, 12 years ago
|
SL: Many changes for VENUS (related to newstart) and TITAN (related to clouds). Please read DOC/chantiers/commit_importants.log (cf v808).
|
File size:
275 bytes
|
Rev | Line | |
---|
[3] | 1 | FUNCTION EFFG(Z) |
---|
[175] | 2 | #include "YOMCST.h" |
---|
[808] | 3 | ! RA en m, Z en m... |
---|
| 4 | |
---|
| 5 | ! Quand on prendra atmosphere epaisse dans dynamique |
---|
| 6 | ! (et dans physique, attention a clmain et autres...) |
---|
| 7 | |
---|
| 8 | ! EFFG = RG * (RA/(RA + Z ) )**2 |
---|
| 9 | |
---|
| 10 | ! Pour l'instant: |
---|
| 11 | EFFG = RG |
---|
[3] | 12 | RETURN |
---|
| 13 | END |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.