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

Last change on this file since 3944 was 3944, checked in by jmauxion, 5 weeks ago

GENERIC PCM:
Update rcm1d.def files with the slow_diagfi flag.
JM

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