source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/saturn_const.def @ 289

Last change on this file since 289 was 241, checked in by ymipsl, 10 years ago

Setting physical parameters for Saturn

YM

File size: 786 bytes
Line 
1#planetary radius : real (default=37122E6)
2radius=6.0268000E7
3
4# gravity : real (default=9.80616)
5g=10.44
6
7#planetary rotation rate (default=7.292E-5)
8omega=0.165121E-03
9
10# kappa=Rd/cpp (default=0.2857143)
11kappa=0.2857143
12
13# Heat capacity at constant pressure real (default=1004.70885)
14cpp =  11500.
15
16# Reference pressure : real (default=101325.)
17preff=300000.
18
19# length of the day (s) (default=86400)
20day_length = 38052
21
22# length of the year (s) (default=365.25*86400)
23# -> year_length = 24430 *38052
24year_length = 929610360
25
26#starting day
27start_day = 6695
28
29# Scale height of the atmosphere (m) : real (default=8000.)
30scale_height=50000.
31
32# Scale factor for small planet experiment : real (default=1.)
33scale_factor=1.
34
35# Precision of NetCDF output
36netcdf_prec = double
37
38
39daysec=38052
Note: See TracBrowser for help on using the repository browser.