source: trunk/LMDZ.MARS/deftank/callphys.def.GCM6 @ 2883

Last change on this file since 2883 was 2738, checked in by emillour, 2 years ago

Mars GCM:
Update reference GCM6 callphys.def: revert to default (.false.) for water frost metamorphism.
EM

  • Property svn:executable set to *
File size: 7.1 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Directory where external input files are:
4datadir=/users/lmdz/WWW/planets/mars/datadir
5
6#Run with or without tracer transport ?
7tracer=.true.
8
9#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
10diurnal=.true.
11
12#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
13season = .true.   
14
15#write some more output on the screen ?
16lwrite = .false.   
17
18#Save statistics in file "stats.nc" ?
19callstats =.true.
20
21#Save EOF profiles in file "profiles" for Climate Database?
22calleofdump = .false.
23
24# check input fields when entering physics?
25check_physics_inputs=.false.
26# check fields at the end of physics?
27check_physics_outputs=.false.
28
29## Dust scenario. Used to prescribe the dust
30## ~~~~~~~~~~~~~
31#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
32#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
33#  =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario
34#  =8 "climatology" (our best guess of a typical Mars year) scenario
35#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
36#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
37#  =26 Mars Year 26 from TES assimilation
38#  ...
39#  =35 Mars Year 35 from observers assimilation
40iaervar = 35
41# Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case)
42tauvis=0.2
43# Dust vertical distribution:
44# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
45#  =2: Viking scenario; =3 MGS scenario)
46iddist  = 3
47# Dust top altitude (km). (Matters only if iddist=1)
48topdustref = 55.
49# Dust IR opacity ref. wavelength (for dso diagnostics only)
50# "tes" (9.3 microns) [default] or "mcs" (21.6 microns)
51dustiropacity = tes
52# Use an IR to VIS scenario conversion coefficient that is
53# dependent on the GCM dust effective radius,
54# instead of a fixed 2.6 coefficient ?
55#(only if dustiropacity = tes ; default = .false.)
56reff_driven_IRtoVIS_scenario = .true.
57
58## Physical Parameterizations :
59## ~~~~~~~~~~~~~~~~~~~~~~~~~~
60# call radiative transfer ?
61callrad   = .true.
62# call NLTE radiative schemes ?   matters only if callrad=T
63callnlte = .true.
64# NLTE 15um scheme to use.
65# 0-> Old scheme, static oxygen
66# 1-> Old scheme, dynamic oxygen
67# 2-> New scheme
68nltemodel = 0
69# call CO2 NIR absorption ?   matters only if callrad=T
70callnirco2 = .true.
71# NIR NLTE correction ? matters only if callnirco2=T
72nircorr=0
73# call turbulent vertical diffusion ?
74calldifv  = .true.
75# call convective adjustment ?
76calladj  = .true.
77# Thermals
78calltherm = .true.
79callrichsl = .true.
80# call CO2 condensation ?
81callcond =.true.
82# call thermal conduction in the soil ?
83callsoil = .true.
84# call Lott's gravity wave/subgrid topography scheme ?
85calllott  = .true.
86# Impose polar cap surface albedos as observed by TES?
87TESicealbedo = .true.
88## Coefficient for Northern cap albedoes
89TESice_Ncoef=1.6
90## Coefficient for Southern cap albedoes
91TESice_Scoef=1.6
92
93
94## Radiative transfer options :
95## ~~~~~~~~~~~~~~~~~~~~~~~~~~
96# the rad.transfer is computed every "iradia" physical timestep
97iradia    = 1
98# Output of the exchange coefficient mattrix ? for diagnostic only
99callg2d  = .false.
100# Rayleigh scattering : (should be .false. for now)
101rayleigh  = .false.
102
103## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
104## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
106dustbin    = 2
107# DUST: Radiatively active dust ? (matters if dustbin>0)
108active  = .true.
109# DUST: use mass and number mixing ratios to predict dust size ?
110doubleq   = .true.
111# DUST: use a small population of dust particules (submicron dust)?
112submicron = .false.
113# DUST: lifted by GCM surface winds ?
114lifting = .true.
115# DUST: lifted by dust devils ?
116callddevil = .false.
117# DUST: Scavenging by H2O snowfall ?
118scavenging = .true.
119
120# DUST: freedust ?
121freedust=.true.
122# DUST: dustscaling_mode?
123#     =0 --> freedust, tauscaling=1
124#     =1 --> GCM5.3-like, tauscaling
125#     =2 --> tauscaling=1,dust_rad_adjust
126dustscaling_mode=2
127# DUST: dust injection scheme (if >0, use 'dustinjection')
128dustinjection=1
129# DUST: dust injection scheme coefficient (default=0.25)
130coeff_injection=0.25
131# DUST: dust injection scheme initial local time (default=0.)
132ti_injection=0.
133# DUST: dust injection scheme final local time (default=24.)
134tf_injection=24.
135# DUST: Rocket Dust Storm scheme
136rdstorm=.true.
137# DUST: RDS detrainment coefficient (default=0.02)
138coeff_detrainment=0.02
139# DUST: Dust entrainment by subgrid-scale slope winds
140topflows=.true.
141
142# DUST/WATERICE: Scavenging by CO2 condensation?
143scavco2cond = .true.
144# DUST/WATERICE: Gravitationnal sedimentation ?
145sedimentation = .true.
146
147# WATERICE: Radiatively active transported atmospheric water ice ?
148activice   = .true.
149# WATER: Compute water cycle
150water = .true.
151# WATER: Microphysical scheme for water-ice clouds?
152microphys = .true.
153# WATER: Effective variance for sedimentation for the log-normal
154#        distribution of ice particles ?
155nuice_sed=0.1
156# WATER: contact parameter (only if temp_dependant_m = .false.)
157##mteta = 0.95
158# Temperature-dependant water contact parameter
159temp_dependant_m = .true.
160# WATER: current permanent caps at both poles. True IS RECOMMENDED
161#        (with .true., North cap is a source of water and South pole
162#         is a cold trap)
163caps  = .true.
164# WATER: Water ice albedos (old ice/fresh frost)?
165# Perennial ice albedo
166albedo_h2o_ice = 0.30
167# Account for fresh frost ice albedo if cst_cap_albedo = .false.
168cst_cap_albedo = .false.
169# Fresh frost albedo (only used if cst_cap_albedo = .false.)
170albedo_h2o_frost = 0.35
171# Frost thickness threshold for albedo
172frost_albedo_threshold = 0.005
173# Frost metamorphism into old ice
174refill_watercap = .false.
175frost_metam_threshold = 0.05
176# WATER: Water ice thermal inertia (old ice and fresh frost)
177inert_h2o_ice = 800
178# Sublimation latent heat (default = .true.)
179latentheat_surfwater = .true.
180#WATER: subgrid clouds
181CLFvarying=.false.
182#WATER: subgrid clouds
183CLFfixval=1
184
185# PHOTOCHEMISTRY: include chemical species
186photochem  = .false.
187
188# SCATTERERS: set number of scatterers. must be compliant with preceding options.
189naerkind = 4
190
191
192## Thermospheric options (relevant if tracer=T) :
193##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194# call thermosphere ?
195callthermos = .false.
196# WATER: included without cycle (only if water=.false.)
197thermoswater = .false.
198# call thermal conduction ? (only if callthermos=.true.)
199callconduct = .false.
200# call molecular viscosity ? (only if callthermos=.true.)
201callmolvis = .false.
202# call molecular diffusion ? (only if callthermos=.true.)
203callmoldiff = .false.
204# call thermospheric photochemistry ? (only if callthermos=.true.)
205thermochem = .false.
206# call EUV heating ? (only if callthermos=.true.)
207calleuv=.false.
208#Method to include solar variability?
209#0-> Fixed EUV input  1-> Variability with E10.7 as observed
210solvarmod=0
211# fixed E10.7 value (for solvarmod=0)
212# (min=80 , ave=140, max=320)
213fixed_euv_value=140
214#Solar variability as observed for MY? (must be between MY23 and MY32)
215# (only matters if solvarmod=1)
216solvaryear=24
217# value for the UV heating efficiency
218##(experimental values between 0.19 and 0.23, lower values may
219## be used to compensate for low 15 um cooling)
220euveff = 0.21       
221
222
Note: See TracBrowser for help on using the repository browser.