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

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

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

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
10daysec         = 887750.
11## GRAVITY in m s-2
12g              = 26.0
13## LENGTH OF A YEAR in days
14year_day       = 4332
15## MIN DIST STAR-PLANET in AU [periastron]
16periastr       = 5.00
17## MAX DIST STAR-PLANET in AU [apoastron]
18apoastr        = 5.00
19## DATE OF PERIASTRON in days
20peri_day       = 170.
21## OBLIQUITY in deg
22obliquit       = 3.12
23## SURFACE PRESSURE in Pa
24psurf          = 1000000
25
26## Time integration parameters
27## ~~~~~~~~~~~~~~~~~~~~~~~~~~~
28# Initial date (in solar days,=0 at Ls=0)
29day0           = 0
30# Initial local time (in hours, between 0 and 24)
31time           = 12
32# Number of time steps per sol
33day_step       = 1
34# Number of sols to run
35ndt            = 250000
36
37# If true, open/close netcdf file at output frequency instead of once
38slow_diagfi=.false.
39
40## Vertical levels
41## ~~~~~~~~~~~~~~~
42# hybrid vertical coordinate ? (.true. for hybrid and .false. for sigma levels)
43hybrid         = .false.
44# autocompute vertical discretisation? (useful for exoplanet runs)
45autozlevs      = .false.
46# Ceiling pressure (Pa) ?
47pceil          = 10.0
48
49## Thermal properties
50## ~~~~~~~~~~~~~~~~~~
51# Simulate global averaged conditions ?
52global1d       = .true.
53# Latitude (deg) [only used if global1d = F]
54latitude       = 0.0
55# Solar Zenith angle (deg) [only used if global1d = T]
56szangle        = 45.
57# Force specific heat capacity and molecular mass values
58force_cpp      = .false.
59# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
60cpp            = 12000.
61# Molecular mass in g mol-1 [only used if force_cpp = T]
62mugaz          = 3.
63# Albedo of bare ground
64albedo         = 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           = 110.  ## cold start
94tref           = 295.  ## warm start
95# Add a perturbation to profile if isin=1
96isin           = 0
97# peak of gaussian perturbation (for ichoice=6 or 7)
98pic            = 26.522
99# width of the gaussian perturbation (for ichoice=6 or 7)
100largeur        = 10
101# height of the gaussian perturbation (for ichoice=6 or 7)
102hauteur        = 30.
103
Note: See TracBrowser for help on using the repository browser.