source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/callphys.def @ 1445

Last change on this file since 1445 was 1434, checked in by aslmd, 10 years ago

MESOSCALE. A clean and complete example of simulation folder for newphys mesoscale runs with parallel mode for both GCM and MESOSCALE. Clear separation of large files vs. sources. Links clearly indicating what is needed to run.

File size: 5.5 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Run with or without tracer transport ?
4tracer=.true.
5
6#Directory where external input files are:
7datadir=./data_physics/
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.
20callstats =.false.
21
22#Save EOF profiles in file "profiles" for Climate Database?
23calleofdump = .false.
24
25## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
26## ~~~~~~~~~~~~~
27#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
28#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
29#  =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario
30#  =8 "clim" scenario
31#  =24 Mars Year 24  ; =25 Mars Year 25 (year with a global dust storm) ; ...
32#  =30 Mars Year 30
33iaervar = 29
34# Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case)
35tauvis=0.1
36# Dust vertical distribution:
37# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
38#  =2: Viking scenario; =3 MGS scenario)
39iddist  = 3
40# Dust top altitude (km). (Matters only if iddist=1)
41topdustref = 55.
42
43## Physical Parameterizations :
44## ~~~~~~~~~~~~~~~~~~~~~~~~~~
45# call radiative transfer ?
46callrad   = .true.
47# call NLTE radiative schemes ?   matters only if callrad=T
48callnlte = .true.
49callnlte = .false.
50# NLTE 15um scheme to use.
51# 0-> Old scheme, static oxygen
52# 1-> Old scheme, dynamic oxygen
53# 2-> New scheme
54nltemodel = 2
55nltemodel = 0
56# call CO2 NIR absorption ?   matters only if callrad=T
57callnirco2 = .true.
58# NIR NLTE correction ? matters only if callnirco2=T
59nircorr=1
60nircorr=0
61# call turbulent vertical diffusion ?
62calldifv  = .true.
63# call convective adjustment ?
64calladj  = .true.
65# Thermals
66calltherm = .true.
67callrichsl = .true.
68# call CO2 condensation ?
69callcond =.true.
70# call thermal conduction in the soil ?
71callsoil = .true.
72# call Lott's gravity wave/subgrid topography scheme ?
73calllott  = .true.
74calllott  = .false.
75# Impose polar cap surface albedos as observed by TES?
76TESicealbedo = .true.
77TESicealbedo = .false.
78## Coefficient for Northern cap albedoes
79TESice_Ncoef=1.6
80## Coefficient for Southern cap albedoes
81TESice_Scoef=1.6
82
83
84## Radiative transfer options :
85## ~~~~~~~~~~~~~~~~~~~~~~~~~~
86# the rad.transfer is computed every "iradia" physical timestep
87iradia    = 1
88# Output of the exchange coefficient mattrix ? for diagnostic only
89callg2d  = .false.
90# Rayleigh scattering : (should be .false. for now)
91rayleigh  = .false.
92
93## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
94## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
96dustbin    = 2
97# DUST: Radiatively active dust ? (matters if dustbin>0)
98active  = .true.
99# DUST: use mass and number mixing ratios to predict dust size ?
100doubleq   = .true.
101# DUST: lifted by GCM surface winds ?
102lifting = .true.
103lifting = .false.
104# DUST: lifted by dust devils ?
105callddevil = .false.
106# DUST: Scavenging by H2O/CO2 snowfall ?
107scavenging = .true.
108# DUST/WATERICE: Gravitationnal sedimentation ?
109sedimentation = .true.
110# WATERICE: Radiatively active transported atmospheric water ice ?
111activice   = .true.
112#activice   = .false.
113# WATER: Compute water cycle
114water = .true.
115# WATER: Microphysical scheme for water-ice clouds?
116microphys = .true.
117# WATER: microphysics sub-timestep
118imicro = 1
119# WATER: parameter contact
120mteta = 0.95
121# WATER: Effective variance for sedimentation for the log-normal
122#        distribution of ice particles ?
123nuice_sed=0.1
124# WATER: current permanent caps at both poles. True IS RECOMMENDED
125#        (with .true., North cap is a source of water and South pole
126#         is a cold trap)
127caps  = .true.
128# WATER: Water ice albedo ?
129albedo_h2o_ice = 0.35
130# WATER: Water ice thermal inertia
131inert_h2o_ice = 800
132# WATER: Frost thickness threshold for albedo
133frost_albedo_threshold = 0.005
134# PHOTOCHEMISTRY: include chemical species
135photochem  = .true.
136photochem  = .false.
137
138# SCATTERERS: set number of scatterers. must be compliant with preceding options.
139naerkind = 2
140
141
142## Thermospheric options (relevant if tracer=T) :
143##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144# call thermosphere ?
145callthermos = .true.
146callthermos = .false.
147# WATER: included without cycle (only if water=.false.)
148thermoswater = .false.
149# call thermal conduction ? (only if callthermos=.true.)
150callconduct = .true.
151callconduct = .false.
152# call molecular viscosity ? (only if callthermos=.true.)
153callmolvis = .true.
154callmolvis = .false.
155# call molecular diffusion ? (only if callthermos=.true.)
156callmoldiff = .true.
157callmoldiff = .false.
158# call thermospheric photochemistry ? (only if callthermos=.true.)
159thermochem = .true.
160thermochem = .false.
161# call EUV heating ? (only if callthermos=.true.)
162calleuv=.true.
163calleuv=.false.
164#Method to include solar variability?
165#0-> Old method (fixed EUV input)  1-> Variability with E10.7 as observed
166solvarmod=0
167# date for solar flux calculation: (1985 < date < 2002)
168## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0
169solarcondate = 1993.4
170#Solar variability as observed for MY? (must bebetween MY23 and MY30)
171# (only matters if solvarmod=1)
172solvaryear=24
173# value for the UV heating efficiency
174##(experimental values between 0.19 and 0.23, lower values may
175## be used to compensate for low 15 um cooling)
176euveff = 0.21       
177
178
179
Note: See TracBrowser for help on using the repository browser.