Ignore:
Timestamp:
Feb 7, 2025, 4:58:53 PM (10 months ago)
Author:
afalco
Message:

dynamico/xios: sepearated folders with examples. AF

Location:
trunk/LMDZ.GENERIC/deftank/dynamico
Files:
15 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/dynamico/planet_const.def

    r3613 r3614  
    11# Planetary radius (m) : real (default=1187000)
    2 radius = 1187000
     2radius = 6378100.0
    33
    44# Pluto year length (in Pluto days)
    5 year_day = 14178.3037109375
     5year_day = 365.25
    66
    77# day length (s) : real (default 551854.0625)
    8 daysec = 551854.0625
     8daysec = 86400.0
    99
    1010#periastron (in AU)
    11 periastron = 29.65831
     11periastron = 1
    1212#apoastron (in AU)
    13 apoastron = 49.3050467
     13apoastron = 1
    1414
    1515# periastron date (in sols since N. spring)
    16 periastron_day = 87.3600006103516
     16periastron_day = 290
    1717
    1818# obliquity (in degrees)
    19 obliquity = 119.6
     19obliquity = 23
    2020
    2121# Gravity : real (default=0.61718899)
    22 g = 0.61718899
     22g = 9.8
    2323
    2424# Planetary rotation rate : real (default=1.138559e-05)
    25 omega = 1.138559e-05
     25omega = 7.292e-05
    2626
    2727# kappa=Rd/cpp : real (default=0.2852999866)
    28 kappa = 0.2852999866
     28kappa = 0.286
    2929
    30 # Heat capacity at constant pressure : real (default=1004.70885)
    31 cpp = 1040.0
     30# Heat capacity at constant pressure : J.K-1.kg-1 (default=1004.70885)
     31cpp = 1005.0
    3232
    33 # Reference pressure : real (default=1.1)
    34 preff = 1.1
     33# Reference pressure : in Pa (default=1.1)
     34preff = 1e5
Note: See TracChangeset for help on using the changeset viewer.