Last change
on this file since 3303 was
887,
checked in by slebonnois, 12 years ago
|
SL: add rcm1d tool in Venus and Titan physics to run the code in 1D, and associated small modifications
|
File size:
274 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.