source: trunk/LMDZ.GENERIC/deftank/saturn1d/rcm1d.def @ 997

Last change on this file since 997 was 995, checked in by aslmd, 12 years ago

LMDZ.GENERIC. Updated saturn 1D files. Added comments around the gluxi problem (will be further investigated). removed abort because Helium rayleigh scattering is missing

  • Property svn:executable set to *
File size: 3.2 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
10#daysec         = 38362. # Voyager System III
11#daysec         = 38640. # Cassini System IIIa
12daysec         = 38052. # Read System IIIw
13## GRAVITY in m s-2
14g              = 10.44
15## LENGTH OF A YEAR in days
16#year_day       = 24232. # Voyager System III
17#year_day       = 24058. # Cassini System IIIa
18year_day       = 24430. # Read System IIIw
19## MIN DIST STAR-PLANET in AU [periastron]
20periastr       = 9.02152
21## MAX DIST STAR-PLANET in AU [apoastron]
22apoastr        = 10.05448
23## DATE OF PERIASTRON in days
24peri_day       = 19280.
25## OBLIQUITY in deg
26obliquit       = 26.73
27## SURFACE PRESSURE in Pa
28psurf          = 1.e6
29
30
31## Time integration parameters
32## ~~~~~~~~~~~~~~~~~~~~~~~~~~~
33# Initial date (in solar days,=0 at Ls=0)
34day0           = 0
35# Initial local time (in hours, between 0 and 24)
36time           = 12
37# Number of time steps per sol
38day_step       = 1
39# Number of sols to run
40ndt            = 342020
41# Number of steps between each writing in diagfi
42ecritphy=5000
43
44
45## Vertical levels
46## ~~~~~~~~~~~~~~~
47# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
48hybrid         = .false.
49# autocompute vertical discretisation? (useful for exoplanet runs)
50autozlevs      = .true.
51autozlevs      = .false.
52# Ceiling pressure (Pa) ? (only used if autozlevs = .true.)
53pceil          = 10.
54
55## Thermal properties
56## ~~~~~~~~~~~~~~~~~~
57# Simulate global averaged conditions ?
58global1d       = .true.
59# Latitude (deg) [only used if global1d = F]
60latitude       = 0.0
61# Solar Zenith angle (deg) [only used if global1d = T]
62szangle        = 45.
63# Albedo of bare ground
64albedo         = 0.0
65# Emissivity of bare ground
66emis           = 1.0
67# Soil thermal inertia (SI)
68inertia        = 0.001
69# Initial CO2 ice on the surface (kg.m-2)
70co2ice         = 0.
71
72## Wind profile
73## ~~~~~~~~~~~~
74## zonal eastward component of the geostrophic wind (m/s)
75u              = 0.
76# meridional northward component of the geostrophic wind (m/s)
77v              = 0.
78
79## Initial atmospheric temperature profile
80## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81#
82# Type of initial temperature profile
83#         ichoice=1   Constant Temperature:  T=tref
84#         [Mars] ichoice=2   Savidjari profile (as Seiff but with dT/dz=cte)
85#         [Mars] ichoice=3   Lindner (polar profile)
86#         [Mars] ichoice=4   inversion
87#         [Mars] ichoice=5   Seiff  (standard profile, based on Viking entry)
88#         ichoice=6   constant T  +  gaussian perturbation (levels)
89#         ichoice=7   constant T  + gaussian perturbation (km)
90#         ichoice=8   Read in an ascii file "profile"
91ichoice        = 1
92# Reference temperature tref (K)
93tref           = 200.
94# Add a perturbation to profile if isin=1
95isin           = 0
96# peak of gaussian perturbation (for ichoice=6 or 7)
97pic            = 26.522
98# width of the gaussian perturbation (for ichoice=6 or 7)
99largeur        = 10
100# height of the gaussian perturbation (for ichoice=6 or 7)
101hauteur        = 30.
102
Note: See TracBrowser for help on using the repository browser.