|
Last change
on this file since 2921 was
134,
checked in by aslmd, 15 years ago
|
|
CHANGEMENT ARBORESCENCE ETAPE 1 -- NON COMPLET
|
|
File size:
1000 bytes
|
| Line | |
|---|
| 1 | ## planet-specific constants |
|---|
| 2 | #Reference surface pressure (Pa) |
|---|
| 3 | preff=300000. |
|---|
| 4 | # Reference pressure at which hybrid coord. become purely pressure |
|---|
| 5 | # (default pa=preff/2.) |
|---|
| 6 | # Gravity |
|---|
| 7 | ##g=26. |
|---|
| 8 | g=8. |
|---|
| 9 | # Molar mass of the atmosphere |
|---|
| 10 | molmass = 2.3 |
|---|
| 11 | # kappa = R/Cp et Cp (default 2./7.) |
|---|
| 12 | # (default cpp : 8.3145/molmass/kappa*1000.) |
|---|
| 13 | # Radius of the planet |
|---|
| 14 | ###radius = 69.86e6 |
|---|
| 15 | ##radius = 12.e6 |
|---|
| 16 | radius = 26e6 |
|---|
| 17 | # Length of a standard day (s) |
|---|
| 18 | #daysec=35726. |
|---|
| 19 | daysec= 35700.0 |
|---|
| 20 | # Length of a solar day, in standard days |
|---|
| 21 | # (default: daylen = 1. ) |
|---|
| 22 | # Number of days (standard) per year: |
|---|
| 23 | # year_day = 10476 |
|---|
| 24 | year_day=10484 |
|---|
| 25 | # Omega |
|---|
| 26 | # default: omeg= 2.*pi/daysec*(1./daylen+1./year_day) |
|---|
| 27 | |
|---|
| 28 | ### intrinsic heat flux ### |
|---|
| 29 | #ihf=6. |
|---|
| 30 | ihf=30. |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | #CALL getin('preff', preff) |
|---|
| 34 | #CALL getin('pa', pa) |
|---|
| 35 | #CALL getin('g',g) |
|---|
| 36 | #CALL getin('molmass',molmass) |
|---|
| 37 | #CALL getin('kappa',kappa) |
|---|
| 38 | #CALL getin('cpp',cpp) |
|---|
| 39 | #CALL getin('radius',rad) |
|---|
| 40 | #CALL getin('daysec',daysec) |
|---|
| 41 | #CALL getin('daylen',daylen) |
|---|
| 42 | #CALL getin('year_day',year_day) |
|---|
| 43 | #CALL getin('omeg',omeg) |
|---|
| 44 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.