source:
trunk/LMDZ.GENERIC/deftank/dynamico/planet_const.def
@
3676
Last change on this file since 3676 was 3614, checked in by , 4 months ago | |
---|---|
File size: 685 bytes |
Rev | Line | |
---|---|---|
[3476] | 1 | # Planetary radius (m) : real (default=1187000) |
[3614] | 2 | radius = 6378100.0 |
[3476] | 3 | |
4 | # Pluto year length (in Pluto days) | |
[3614] | 5 | year_day = 365.25 |
[3476] | 6 | |
7 | # day length (s) : real (default 551854.0625) | |
[3614] | 8 | daysec = 86400.0 |
[3476] | 9 | |
10 | #periastron (in AU) | |
[3614] | 11 | periastron = 1 |
[3476] | 12 | #apoastron (in AU) |
[3614] | 13 | apoastron = 1 |
[3476] | 14 | |
15 | # periastron date (in sols since N. spring) | |
[3614] | 16 | periastron_day = 290 |
[3476] | 17 | |
18 | # obliquity (in degrees) | |
[3614] | 19 | obliquity = 23 |
[3476] | 20 | |
21 | # Gravity : real (default=0.61718899) | |
[3614] | 22 | g = 9.8 |
[3476] | 23 | |
24 | # Planetary rotation rate : real (default=1.138559e-05) | |
[3614] | 25 | omega = 7.292e-05 |
[3476] | 26 | |
27 | # kappa=Rd/cpp : real (default=0.2852999866) | |
[3614] | 28 | kappa = 0.286 |
[3476] | 29 | |
[3614] | 30 | # Heat capacity at constant pressure : J.K-1.kg-1 (default=1004.70885) |
31 | cpp = 1005.0 | |
[3476] | 32 | |
[3614] | 33 | # Reference pressure : in Pa (default=1.1) |
34 | preff = 1e5 |
Note: See TracBrowser
for help on using the repository browser.