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

Last change on this file since 3567 was 3369, checked in by emillour, 7 months ago

Mars PCM:
Change the way the rate of outputs for diagfi.nc files is specified:
IMPORTANT: Specifying "ecritphy" no longer possible and will trigger an error.
Use "outputs_per_sol" to specify output rate instead.
This should makes things (hopefully) clearer for users and also better
enforces a cleaner and clearer separation between dynamics and physics.
EM

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