source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/tests_newphys_THARSISREF/callphys.def.mars3

Last change on this file was 1250, checked in by aslmd, 11 years ago

MESOSCALE. wrong number of scatterers in some reference callphys.

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