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

Last change on this file since 1476 was 1455, checked in by aslmd, 10 years ago

MESOSCALE. can now use same callphys than GCM. necessary changes are in run.def. modified initracer to be compliant with lifting differences. and also made GCM 29 levels by default.

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