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

Last change on this file since 3448 was 3448, checked in by emillour, 7 weeks ago

Mars PCM:
Follow-up of previous commit, remove all references to tracer=T/F in
comments.
EM

File size: 7.6 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Directory where external input files are:
4datadir=./datadir
5
6# Number of outputs per sol for diagfi.nc files
7outputs_per_sol=8
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 = 8
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
85##Gravity Waves
86# call Lott's gravity wave/subgrid topography scheme ?
87calllott  = .true.
88# call Lott's non-orographic gravity waves scheme?
89calllott_nonoro=.true.
90#Eliassen-Palm FLux(only if calllott_nonoro=.true.)
91nonoro_gwd_epflux_max=5.E-4
92# saturation parameter non-orographic gravity waves(only if calllott_nonoro=.true.)
93nonoro_gwd_sat=1.5
94# value of the dissaption coefficiet(only if calllott_nonoro=.true.)
95nonoro_gwd_rdiss=0.15
96# value of the max wave number
97nonoro_gwd_kmax=1.E-4
98# value of the min wave number
99nonoro_gwd_kmin=7.E-6
100# value to control the launch altitude
101nonoro_gwd_xlaunch=0.6
102
103# Impose polar cap surface albedos as observed by TES?
104TESicealbedo = .true.
105## Coefficient for Northern cap albedoes
106TESice_Ncoef=1.6
107## Coefficient for Southern cap albedoes
108TESice_Scoef=1.6
109
110
111## Radiative transfer options :
112## ~~~~~~~~~~~~~~~~~~~~~~~~~~
113# the rad.transfer is computed every "iradia" physical timestep
114iradia    = 1
115# Output of the exchange coefficient mattrix ? for diagnostic only
116callg2d  = .false.
117# Rayleigh scattering : (should be .false. for now)
118rayleigh  = .false.
119
120## Tracer (dust water, ice and/or chemical species) options :
121## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
123dustbin    = 2
124# DUST: Radiatively active dust ? (matters if dustbin>0)
125active  = .true.
126# DUST: use mass and number mixing ratios to predict dust size ?
127doubleq   = .true.
128# DUST: use a small population of dust particules (submicron dust)?
129submicron = .false.
130# DUST: lifted by GCM surface winds ?
131lifting = .true.
132# DUST: lifted by dust devils ?
133callddevil = .false.
134# DUST: Scavenging by H2O snowfall ?
135scavenging = .true.
136
137# DUST: freedust ?
138freedust=.true.
139# DUST: dustscaling_mode?
140#     =0 --> freedust, tauscaling=1
141#     =1 --> GCM5.3-like, tauscaling
142#     =2 --> tauscaling=1,dust_rad_adjust
143dustscaling_mode=2
144# DUST: dust injection scheme (if >0, use 'dustinjection')
145dustinjection=1
146# DUST: dust injection scheme coefficient (default=0.25)
147coeff_injection=0.25
148# DUST: dust injection scheme initial local time (default=0.)
149ti_injection=0.
150# DUST: dust injection scheme final local time (default=24.)
151tf_injection=24.
152# DUST: Rocket Dust Storm scheme
153rdstorm=.true.
154# DUST: RDS detrainment coefficient (default=0.02)
155coeff_detrainment=0.02
156# DUST: Dust entrainment by subgrid-scale slope winds
157topflows=.true.
158
159# DUST/WATERICE: Scavenging by CO2 condensation?
160scavco2cond = .true.
161# DUST/WATERICE: Gravitationnal sedimentation ?
162sedimentation = .true.
163
164# WATERICE: Radiatively active transported atmospheric water ice ?
165activice   = .true.
166# WATER: Compute water cycle
167water = .true.
168# WATER: Microphysical scheme for water-ice clouds?
169microphys = .true.
170# WATER: Effective variance for sedimentation for the log-normal
171#        distribution of ice particles ?
172nuice_sed=0.1
173# WATER: contact parameter (only if temp_dependent_m = .false.)
174##mteta = 0.95
175# Temperature-dependent water contact parameter
176temp_dependent_m = .true.
177# WATER: current permanent caps at both poles. True IS RECOMMENDED
178#        (with .true., North cap is a source of water and South pole
179#         is a cold trap)
180caps  = .true.
181# WATER: Water ice albedos (old ice/fresh frost)?
182# Perennial ice albedo
183albedo_h2o_ice = 0.30
184# Account for fresh frost ice albedo if cst_cap_albedo = .false.
185cst_cap_albedo = .false.
186# Fresh frost albedo (only used if cst_cap_albedo = .false.)
187albedo_h2o_frost = 0.35
188# Frost thickness threshold for albedo
189frost_albedo_threshold = 0.005
190# Frost metamorphism into old ice
191refill_watercap = .false.
192frost_metam_threshold = 0.05
193# WATER: Water ice thermal inertia (old ice and fresh frost)
194inert_h2o_ice = 800
195# Sublimation latent heat (default = .true.)
196latentheat_surfwater = .true.
197#WATER: subgrid clouds
198CLFvarying=.false.
199#WATER: subgrid clouds
200CLFfixval=1
201
202# PHOTOCHEMISTRY: include chemical species
203photochem  = .false.
204
205# SCATTERERS: set number of scatterers. must be compliant with preceding options.
206naerkind = 4
207
208
209## Thermospheric options :
210##~~~~~~~~~~~~~~~~~~~~~~
211# call thermosphere ?
212callthermos = .false.
213# WATER: included without cycle (only if water=.false.)
214thermoswater = .false.
215# call thermal conduction ? (only if callthermos=.true.)
216callconduct = .false.
217# call molecular viscosity ? (only if callthermos=.true.)
218callmolvis = .false.
219# call molecular diffusion ? (only if callthermos=.true.)
220callmoldiff = .false.
221# call thermospheric photochemistry ? (only if callthermos=.true.)
222thermochem = .false.
223# call EUV heating ? (only if callthermos=.true.)
224calleuv=.false.
225#Method to include solar variability?
226#0-> Fixed EUV input  1-> Variability with E10.7 as observed
227solvarmod=0
228# fixed E10.7 value (for solvarmod=0)
229# (min=80 , ave=140, max=320)
230fixed_euv_value=140
231#Solar variability as observed for MY? (must be between MY23 and MY32)
232# (only matters if solvarmod=1)
233solvaryear=24
234# value for the UV heating efficiency
235##(experimental values between 0.19 and 0.23, lower values may
236## be used to compensate for low 15 um cooling)
237euveff = 0.21       
238
239
Note: See TracBrowser for help on using the repository browser.