source: trunk/LMDZ.MARS/deftank/run.def.64x48x49.MCD5 @ 1480

Last change on this file since 1480 was 1480, checked in by emillour, 9 years ago

Mars GCM:
Be kind to the rest of the world: comments in def files should definitely be in English.
EM

File size: 2.6 KB
Line 
1#
2#-----------------------------------------------------------------------
3#GCM run control parameters:                                         
4#---------------------------                                     
5
6# Number of days to run model for                                     
7     nday=9999
8
9# Number of dynamical steps per day (must be a multiple of iperiod)
10 day_step = 960
11
12# Apply a Matsuno step every iperiod dynamical step
13  iperiod=5
14
15# Control output information in the dynamics every iconser dynamical steps
16  iconser=120
17
18# Apply dissipation every idissip dynamical steps
19  idissip=1
20
21# dissipation operator to use (star or non-star)
22 lstardis=.true.
23
24# use hybrid vertical coordinate (else will use sigma levels)
25 hybrid=.true.
26
27# iterate lateral dissipation operator gradiv nitergdiv times
28nitergdiv=1
29
30# iterate lateral dissipation operator nxgradrot nitergrot times         
31nitergrot=2
32
33# iterate lateral dissipation operator divgrad niterh times         
34   niterh=2
35
36# time scale (s) for shortest wavelengths for u,v (gradiv)
37 tetagdiv= 2500.
38
39# time scale (s) for shortest wavelengths for u,v (nxgradrot)
40 tetagrot=5000.
41
42# time scale (s) for shortest wavelengths for h (divgrad)
43 tetatemp=5000.
44
45# coefficient for gamdissip                                           
46  coefdis=0.
47
48# time marching scheme (Matsuno if purmats is true, else Matsuno-Leapfrog)
49  purmats=.false.
50
51# run with (true) or without (false) physics
52   physic=.true.
53
54# call physics every iphysiq dynamical steps
55  iphysiq=10
56
57# Use a regular grid
58  grireg=.true.
59
60# Output in diagfi file every ecritphy dynamical steps
61 ecritphy=240
62
63# longitude (degrees) of zoom center
64   clon=63.
65
66# latitude (degrees) of zoom center
67   clat=0.
68
69# enhancement factor of zoom, along longitudes
70  grossismx=1.
71
72# enhancement factor of zoom, along latitudes                     
73 grossismy=1.
74
75#  Use an hyperbolic function f(y) if .true., else use a sine     
76  fxyhypb=.false.
77
78# extention along longitudes of zoom region (fraction of global domain)
79   dzoomx= 0.
80
81# extention along latitudes of zoom region (fraction of global domain)
82   dzoomy=0.
83
84# zoom stiffness along longitudes
85    taux=2.
86
87# zoom stiffness along latitudes
88    tauy=2.
89
90#  Fonction  f(y) as y = Sin(latitude) if = .true. ,  else  y = latitude
91  ysinus= .false.
92
93# Use a sponge layer
94  callsponge  = .true.
95 
96# Sponge layer extends over topmost nsponge layers
97  nsponge = 3
98
99# Sponge:  mode0(u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)
100  mode_sponge= 3
101
102# Sponge layer time scale (s):  tetasponge
103  tetasponge = 30000
104
105# some definitions for the physics, in file 'callphys.def'
106INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.