source: trunk/LMDZ.GENERIC/deftank/dynamico/planet_const.def

Last change on this file was 3614, checked in by afalco, 4 months ago

dynamico/xios: sepearated folders with examples. AF

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