source: trunk/LMDZ.VENUS/deftank/gcm-96x96x50-chemistry.def @ 2279

Last change on this file since 2279 was 2279, checked in by slebonnois, 5 years ago

SL: mise à jour des .def de référence à partir des simulations les plus récentes, traduits en anglais

File size: 3.3 KB
Line 
1## $Header$
2#
3## Planet:
4planet_type=venus
5#
6## Number of dynamical steps per day (must be a multiple of iperiod)     
7day_step=240000
8## Apply a Matsuno step every iperiod dynamical step
9iperiod=5
10## dissipation is applied every dissip_period dynamical steps
11## DEFAULT: dissip_period=0 , meaning dissip_period is automatically computed
12## (in practice it is =>25 in recent runs)
13dissip_period=5
14## dissipation operator to use (star or non-star)
15lstardis=y
16## iterate lateral dissipation operator gradiv nitergdiv times
17nitergdiv=1
18## iterate lateral dissipation operator nxgradrot nitergrot times
19nitergrot=2
20## iterate lateral dissipation operator divgrad niterh times             
21niterh=2
22## dissipation time scale (s) for shortest wavelengths for u,v (gradiv) 
23tetagdiv=1.e4
24## dissipation time scale (s) for shortest wavelengths for u,v (nxgradrot)
25tetagrot=1.e4
26## dissipation time scale (s) for shortest wavelengths for u,v (divgrad)
27tetatemp=1.e4
28## coefficient for gamdissip                                           
29coefdis=0.
30## time marching scheme (Matsuno if purmats is y, else Matsuno-Leapfrog)
31purmats=n
32# run with (true) or without (false) physics
33physic=y
34## Physics package type
35## 0: no physics (e.g. Shallow Water mode)
36## 1: with physics (e.g. phyvenus physics package)
37## 2: with a netwonian relaxation scheme in the dynamics                                         
38iflag_phys=1
39## run with or without initial condition files (start.nc, startphy.nc) ?
40## (in the without case, initialization of fields is done via the iniacademic
41## routine in the dynamics => not available for Venus
42read_start=y
43## call physics every iphysiq dynamical steps                                   
44iphysiq=5
45## runwith or without tracers                                                 
46iflag_trac=1
47## run with or without stratosphere // i.e. a sponge layer and secondary
48## higher altitude level of horizontal dissipation
49ok_strato=y
50## Horizontal dissipation multipliers along the vertical
51dissip_fac_mid=2.
52dissip_fac_up=50.
53# deltaz et hdelta in km
54dissip_deltaz=30.
55dissip_hdelta=5.
56# pupstart in Pa
57dissip_pupstart=1.e4
58## Sponge layer
59# 1: over the topmost 4 levels
60# 2: over layers at pressures down to 100 times below the topmost layer pressure
61iflag_top_bound=1
62## Sponge layer mode
63#   mode = 0 : no sponge
64#   mode = 1 : u et v -> 0
65#   mode = 2 : u et v -> zonal average
66#   mode = 3 : u, v et h -> zonale average
67mode_top_bound=1
68#  Coefficient for the sponge layer (value in topmost layer)
69au_top_bound=1.e-4
70#
71###############################################
72### Zoom parameters
73###############################################
74## longitude (degrees) of zoom center                             
75clon=0.
76## latitude (degrees) of zoom center                             
77clat=0.
78## enhancement factor of zoom, along longitudes                     
79grossismx=1.0
80## enhancement factor of zoom, along latitudes                     
81grossismy=1.0
82##  Use an hyperbolic function f(y) if .true., else use a sine     
83fxyhypb=y
84## extention along longitudes of zoom region (fraction of global domain)
85dzoomx=0.0
86## extention along latitudes of zoom region (fraction of global domain)
87dzoomy=0.0
88## zoom stiffness along longitudes
89taux=3.
90## zoom stiffness along latitudes
91tauy=3.
92##  Fonction  f(y) as y = Sin(latitude) if = .true. ,  else  y = latitude
93ysinus=y
Note: See TracBrowser for help on using the repository browser.