source: trunk/LMDZ.GENERIC/deftank/jupiter1d/rcm1d.def

Last change on this file was 1678, checked in by sglmd, 8 years ago

Input files for running a jupiter-like model (.def files for 1d runs and initial temperature profile).

File size: 3.0 KB
Line 
1#---------------------------------#
2# Run parameters for the 1D model #                                         
3#---------------------------------#
4
5## Planetary constants
6## ~~~~~~~~~~~~~~~~~~~~~~~
7## NB: those are mandatory
8## ~~~~~~~~~~~~~~~~~~~~~~~
9## LENGTH OF A DAY in s
10daysec         = 35733.
11## GRAVITY in m s-2
12g              = 24.79
13##PLANETARY RADIUS in m
14rad            = 7.1492E+07
15## LENGTH OF A YEAR in days
16year_day       = 10475.5
17## MIN DIST STAR-PLANET in AU [periastron]
18periastr       = 4.95
19## MAX DIST STAR-PLANET in AU [apoastron]
20apoastr        = 5.46
21## DATE OF PERIASTRON in days
22peri_day       = 1520
23## OBLIQUITY in deg
24obliquit       = 3.13
25## SURFACE PRESSURE in Pa
26psurf          = 3.e5
27#psurf          = 66000
28
29## Time integration parameters
30## ~~~~~~~~~~~~~~~~~~~~~~~~~~~
31# Initial date (in solar days,=0 at Ls=0)
32day0           = 0
33# Initial local time (in hours, between 0 and 24)
34time           = 12
35# Number of time steps per sol
36day_step       = 1
37# Number of sols to run
38ndt            = 63000
39# ecriture physiq
40ecritphy = 200
41
42## Vertical levels
43## ~~~~~~~~~~~~~~~
44# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
45hybrid         = .false.
46# autocompute vertical discretisation? (useful for exoplanet runs)
47autozlevs      = .false.
48# Ceiling pressure (Pa) ? (only used if autozlevs = .true.)
49pceil          = 0.2
50
51## Thermal properties
52## ~~~~~~~~~~~~~~~~~~
53# Simulate global averaged conditions ?
54global1d       = .false.
55# Latitude (deg) [only used if global1d = F]
56latitude       = 13.
57# Solar Zenith angle (deg) [only used if global1d = T]
58szangle        = 60
59# Albedo of bare ground
60albedo         = 0.
61# Emissivity of bare ground
62emis           = 1.0
63# Soil thermal inertia (SI)
64inertia        = 0.001
65# Initial CO2 ice on the surface (kg.m-2)
66co2ice         = 0
67
68## Wind profile
69## ~~~~~~~~~~~~
70## zonal eastward component of the geostrophic wind (m/s)
71u              = 0.
72# meridional northward component of the geostrophic wind (m/s)
73v              = 0.
74
75## Initial atmospheric temperature profile
76## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77#
78# Type of initial temperature profile
79#         ichoice=1   Constant Temperature:  T=tref
80#         [Mars] ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
81#         [Mars] ichoice=3   Lindner (polar profile)
82#         [Mars] ichoice=4   inversion
83#         [Mars] ichoice=5   Seiff  (standard profile, based on Viking entry)
84#         ichoice=6   constant T  +  gaussian perturbation (levels)
85#         ichoice=7   constant T  + gaussian perturbation (km)
86#         ichoice=8   Read in an ascii file "profile"
87ichoice        = 8
88# Reference temperature tref (K)
89tref           = 170
90# Add a perturbation to profile if isin=1
91isin           = 0
92# peak of gaussian perturbation (for ichoice=6 or 7)
93pic            = 26.522
94# width of the gaussian perturbation (for ichoice=6 or 7)
95largeur        = 10
96# height of the gaussian perturbation (for ichoice=6 or 7)
97hauteur        = 30.
98
Note: See TracBrowser for help on using the repository browser.