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
RevLine 
[5]1## $Header$
[6]2#
[2279]3## Planet:
[6]4planet_type=venus
5#
[2279]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
[5]9iperiod=5
[2279]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)
[5]15lstardis=y
[2279]16## iterate lateral dissipation operator gradiv nitergdiv times
[5]17nitergdiv=1
[2279]18## iterate lateral dissipation operator nxgradrot nitergrot times
[5]19nitergrot=2
[2279]20## iterate lateral dissipation operator divgrad niterh times             
[5]21niterh=2
[2279]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                                           
[5]29coefdis=0.
[2279]30## time marching scheme (Matsuno if purmats is y, else Matsuno-Leapfrog)
[5]31purmats=n
[2279]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                                         
[5]38iflag_phys=1
[2279]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
[6]42read_start=y
[2279]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
[108]49ok_strato=y
[2279]50## Horizontal dissipation multipliers along the vertical
[108]51dissip_fac_mid=2.
[2279]52dissip_fac_up=50.
53# deltaz et hdelta in km
54dissip_deltaz=30.
[108]55dissip_hdelta=5.
[2279]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
[108]61iflag_top_bound=1
[2279]62## Sponge layer mode
63#   mode = 0 : no sponge
[108]64#   mode = 1 : u et v -> 0
[2279]65#   mode = 2 : u et v -> zonal average
66#   mode = 3 : u, v et h -> zonale average
[108]67mode_top_bound=1
[2279]68#  Coefficient for the sponge layer (value in topmost layer)
69au_top_bound=1.e-4
[6]70#
[2279]71###############################################
72### Zoom parameters
73###############################################
74## longitude (degrees) of zoom center                             
[5]75clon=0.
[2279]76## latitude (degrees) of zoom center                             
[5]77clat=0.
[2279]78## enhancement factor of zoom, along longitudes                     
[5]79grossismx=1.0
[2279]80## enhancement factor of zoom, along latitudes                     
[5]81grossismy=1.0
[2279]82##  Use an hyperbolic function f(y) if .true., else use a sine     
[5]83fxyhypb=y
[2279]84## extention along longitudes of zoom region (fraction of global domain)
[5]85dzoomx=0.0
[2279]86## extention along latitudes of zoom region (fraction of global domain)
[5]87dzoomy=0.0
[2279]88## zoom stiffness along longitudes
[5]89taux=3.
[2279]90## zoom stiffness along latitudes
[5]91tauy=3.
[2279]92##  Fonction  f(y) as y = Sin(latitude) if = .true. ,  else  y = latitude
[5]93ysinus=y
Note: See TracBrowser for help on using the repository browser.