source: trunk/LMDZ.MARS/util/startarchive2icosa/run_icosa.def_no_start @ 2813

Last change on this file since 2813 was 2813, checked in by romain.vande, 3 years ago

DYNAMICO MARS
Update startarchive2icosa repertory for new version of Dynamico
RV

File size: 6.9 KB
Line 
1#INCLUDEDEF=saturn_const.def
2
3##mpi_threading_mode=serialized
4#mpi_threading_mode=funneled
5
6#halo_i=0
7#halo_j=1
8# ------------------------------- Mesh ---------------------------------
9
10# Number of subdivision on a main triangle (nbp) : integer (default=40)
11#nbp=160
12nbp=20
13
14# Earth as reference ?
15# nbp                 20  40  80 160
16# T-edge length (km) 500 250 120  60
17
18## sub splitting of main rhombus : integer (default=1)
19#nsplit_i=1
20#nsplit_j=1
21#omp_level_size=1
22###########################################
23## There must be less MPIxOpenMP processes than the 10 x nsplit_i x nsplit_j tiles
24## typically for pure MPI runs, let nproc = 10 x nsplit_i x nsplit_j
25## it is better to have nbp/split >~ 10
26###########################################
27## 10 procs
28nsplit_i=1
29nsplit_j=2
30#### 50 noeuds de 24 processeurs = 1200 procs
31#nsplit_i=10
32#nsplit_j=12
33
34# Number of vertical layer (llm) : integer (default=19)
35#llm=64
36llm=73
37
38# disvert : vertical discretisation : string (default='std') : std, ncar, ncar30l
39#disvert=read_apbp
40disvert=plugin
41
42# optim_it : mesh optimisation : number of iteration : integer (default=0)
43#optim_it=1000
44optim_it=100
45
46# ---------------------------------- Time---------------------------------
47
48## scheme type : string : euler, leapfrog_matsuno, runge_kutta )
49# time_scheme = ARK2.3 (RK 2nd order at 3 levels) | leapfrog_matsuno | ... 
50time_scheme = ARK2.3
51
52## matsuno period : integer ( default=5) Only used for leapfrog_matsuno scheme
53matsuno_period = 10
54
55# timestep : real (default=480s)
56# dt = 92.473958333334
57### attention 3 chiffres significatifs dans XIOS
58# number of dynamical steps per day (instead of dt)
59day_step=960
60
61# advection called every itau_adv time steps : integer (default 2)
62# standard : umax=100m/s vs c=340m/s (ratio 1:3)
63# in JW06 umax=35m/s vs c=340m/s (ratio 1:10)
64itau_adv=3
65
66# number of timestep (default 100) (ignored if run_length is set)
67#itaumax = 10
68
69# run length : real (default=dt*itaumax)
70
71####################################
72
73## 1 martian day
74#run_length = 88775
75#run_length = 887750
76
77## 1 martian year : 59212925s
78## first martian month (61sols):5415275s
79
80# number of days to run
81ndays=1
82
83####################################
84
85##activate IO (default = true)
86#enable_io = false
87
88## output with XIOS (only if compiled with XIOS): true/false (default true)
89#xios_output=false
90
91# output field period (valid XIOS or not) : integer (default none)
92# [should be equal to dt if XIOS dynamical outputs are wanted]
93# [because write_period sets synchronization frequency with XIOS]
94write_period = 92.473958333
95
96
97#itau_write_etat0=380520
98
99# ---------------------------------- Misc --------------------------------
100
101# number of tracer (nqtot) : integer (default 1)
102nqtot=1
103
104# pression value where output is interpolated : real (default=0, no output)
105###out_pression_level=85000
106
107# etat0 : initial state : string (default=jablonowsky06) :
108# jablonowsky06, academic, ncar
109
110#etat0=start_file
111#etat0_start_file_colocated=true
112
113## -- to cross the 2y limit
114#etat0_start_iteration=0
115#run_length=38052
116
117etat0=isothermal
118etat0_isothermal_temp=200
119
120# start file name (default is start.nc)
121# restart file name (default is restart.nc)
122#start_file_name=start_icosa
123restart_file_name=restart_icosa
124
125#etat0_start_iteration_reset=true
126#etat0_start_iteration=0
127
128##### for one-day run from a profile to create a start
129#etat0=temperature_profile
130#temperature_profile_file=temp_profile.txt
131#run_length=38052
132
133# ------------------------------ Dynamics --------------------------------
134
135# caldyn : computation type for gcm equation : string (default=gcm) : gcm, adv
136caldyn=gcm
137
138# caldyn_conserv : string (default=energy) : energy,enstrophy
139caldyn_conserv=energy
140
141# caldyn_exner : scheme for computing Exner function : string (default=direct) : direct,lmdz
142caldyn_exner=direct
143
144# caldyn_hydrostat : scheme for computing geopotential : string (default=direct) : direct,lmdz
145caldyn_hydrostat=direct
146
147# guided_type : string (default=none) : none, ncar
148guided_type=none
149
150#Sponge layer
151### iflag_sponge=0 for no sponge
152### iflag_sponge=1 for sponge over 4 topmost layers
153### iflag_sponge=2 for sponge from top to ~1% of top layer pressure
154### tau_sponge --> damping frequency at last layer
155### e-5 medium / e-4 strong yet reasonable / e-3 very strong
156### mode_sponge=1 for u,v --> 0
157### mode_sponge=2 for u,v --> zonal mean (NOT IMPLEMENTED)
158### mode_sponge=3 for u,v,h --> zonal mean (NOT IMPLEMENTED)
159#iflag_sponge = 1
160iflag_sponge = 1
161tau_sponge = 1.e-4
162#mode_sponge = 1
163
164
165# ---------------------------------- Dissipation ---------------------------------
166
167# dissipation time graddiv : real (default=5000)
168tau_graddiv = 2000
169
170# number of iteration for graddiv : integer (default=1)
171nitergdiv = 2
172
173# dissipation time nxgradrot (default=5000)
174tau_gradrot = 4000
175
176# number of iteration for nxgradrot : integer (default=1)
177nitergrot=2
178
179# dissipation time divgrad (theta) (default=5000)
180tau_divgrad= 4000
181# number of iteration for divgrad : integer (default=1)
182niterdivgrad=2
183
184# Vertical evolution of the dissipation coefficient
185# vert_prof_dissip_type=legacy
186vert_prof_dissip_type=plugin
187
188# vertical dissipation setup (none|altitude|pressure)
189vert_prof_dissip_setup=altitude
190dissip_fac_mid=3.
191dissip_fac_up=30.
192dissip_startalt=70.
193dissip_deltaz=30.
194
195#Vertical coefficient for dissipation: 1 is for Earth, 2 Mars, 3 Venus, default is basic scheme
196#vert_prof_dissip=2
197#fac_mid=3.
198#fac_up=30.
199#dissip_deltaz=30.
200#startalt=70.
201
202# Rayleigh friction : string (default=none) : none, dcmip2_schaer_noshear, dcmip2_schaer_shear
203rayleigh_friction_type=none
204#rayleigh_friction_type=giant_liu_schneider
205#rayleigh_limlat = 33.
206#rayleigh_friction_tau = 8640000.
207
208# -------------------------------- Physics -------------------------------------
209
210# (itau_physics=160)*(dt=118.9125) --> half a saturn day as physical timestep
211# ---- for some reason (day consistency, physical timestep must be less a day)
212# ---- change also in run.def
213itau_physics=5
214
215# kind of physics : string : none, dcmip (default=none)
216physics=phys_external
217
218## testcase physics for dcmip : INTEGER : 1, 2 (default=1)
219#dcmip_physics=1
220
221# -------------------- parameters for NCAR test cases ------------------------
222
223# NCAR advection test, initial tracer : string ( default='cos_bell')
224# const, slotted_cyl, cos_bell, dbl_cos_bell_q1, dbl_cos_bell_q2, complement, hadley
225ncar_adv_shape=cos_bell
226
227# NCAR advection test, wind field : string (default='deform') : solid, deform, hadley
228ncar_adv_wind=solid
229
230# ncar_T0 : reference temperature for NCAR test cases : real (default=300)
231# also used by disvert if disvert=ncar
232ncar_T0=300
233
234# ncar_p0 : reference pressure for NCAR test cases : real (default=1e5)
235# also used by disvert if disvert=ncar
236ncar_p0=1e5
237
238# ncar_disvert_c : exponent for B(eta) : integer (default=1)
239# used by disvert if disvert=ncar
240
241ncar_disvert_c=1
242
243# dcmip 4 testcase : integer (default=1) : 1, 2
244dcmip4_testcase=1
245#-----------------------------------------------------------------------
246
247
248check_conservation = detailed
249itau_check_conserv = 320
Note: See TracBrowser for help on using the repository browser.