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
|
Line | |
---|
1 | FUNCTION EFFG(Z) |
---|
2 | #include "YOMCST.h" |
---|
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 |
---|
12 | RETURN |
---|
13 | END |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.