source: trunk/LMDZ.MARS/deftank/callphys.def.MCD5 @ 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: 5.0 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3
4# Number of outputs per sol for diagfi.nc files
5outputs_per_sol=4
6
7#Directory where external input files are:
8datadir=/users/lmdz/WWW/planets/mars/datadir
9
10#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
11diurnal=.true.
12
13#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
14season = .true.   
15
16#write some more output on the screen ?
17lwrite = .false.   
18
19#Save statistics in file "stats.nc" ?
20callstats =.true.
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 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 "climatology" (our best guess of a typical Mars year) scenario
31#  =24 Mars Year 24  ; =25 Mars Year 25 (year with a global dust storm) ; ...
32#  =30 Mars Year 30
33iaervar = 24
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.
49# NLTE 15um scheme to use.
50# 0-> Old scheme, static oxygen
51# 1-> Old scheme, dynamic oxygen
52# 2-> New scheme
53nltemodel = 2
54# call CO2 NIR absorption ?   matters only if callrad=T
55callnirco2 = .true.
56# NIR NLTE correction ? matters only if callnirco2=T
57nircorr=1
58# call turbulent vertical diffusion ?
59calldifv  = .true.
60# call convective adjustment ?
61calladj  = .true.
62# Thermals
63calltherm = .true.
64callrichsl = .true.
65# call CO2 condensation ?
66callcond =.true.
67# call thermal conduction in the soil ?
68callsoil = .true.
69# call Lott's gravity wave/subgrid topography scheme ?
70calllott  = .true.
71# Impose polar cap surface albedos as observed by TES?
72TESicealbedo = .true.
73## Coefficient for Northern cap albedoes
74TESice_Ncoef=1.6
75## Coefficient for Southern cap albedoes
76TESice_Scoef=1.6
77
78
79## Radiative transfer options :
80## ~~~~~~~~~~~~~~~~~~~~~~~~~~
81# the rad.transfer is computed every "iradia" physical timestep
82iradia    = 1
83# Output of the exchange coefficient mattrix ? for diagnostic only
84callg2d  = .false.
85# Rayleigh scattering : (should be .false. for now)
86rayleigh  = .false.
87
88## Tracer (dust water, ice and/or chemical species) options :
89## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
91dustbin    = 2
92# DUST: Radiatively active dust ? (matters if dustbin>0)
93active  = .true.
94# DUST: use mass and number mixing ratios to predict dust size ?
95doubleq   = .true.
96# DUST: lifted by GCM surface winds ?
97lifting = .true.
98# DUST: lifted by dust devils ?
99callddevil = .false.
100# DUST: Scavenging by H2O/CO2 snowfall ?
101scavenging = .true.
102# DUST/WATERICE: Gravitationnal sedimentation ?
103sedimentation = .true.
104# WATERICE: Radiatively active transported atmospheric water ice ?
105activice   = .true.
106# WATER: Compute water cycle
107water = .true.
108# WATER: Microphysical scheme for water-ice clouds?
109microphys = .true.
110# WATER: parameter contact
111mteta = 0.95
112# WATER: Effective variance for sedimentation for the log-normal
113#        distribution of ice particles ?
114nuice_sed=0.1
115# WATER: current permanent caps at both poles. True IS RECOMMENDED
116#        (with .true., North cap is a source of water and South pole
117#         is a cold trap)
118caps  = .true.
119# WATER: Water ice albedo ?
120albedo_h2o_ice = 0.35
121# WATER: Water ice thermal inertia
122inert_h2o_ice = 800
123# WATER: Frost thickness threshold for albedo
124frost_albedo_threshold = 0.005
125# PHOTOCHEMISTRY: include chemical species
126photochem  = .true.
127
128# SCATTERERS: set number of scatterers. must be compliant with preceding options.
129naerkind = 2
130
131
132## Thermospheric options :
133##~~~~~~~~~~~~~~~~~~~~~~
134# call thermosphere ?
135callthermos = .true.
136# WATER: included without cycle (only if water=.false.)
137thermoswater = .false.
138# call thermal conduction ? (only if callthermos=.true.)
139callconduct = .true.
140# call molecular viscosity ? (only if callthermos=.true.)
141callmolvis = .true.
142# call molecular diffusion ? (only if callthermos=.true.)
143callmoldiff = .true.
144# call thermospheric photochemistry ? (only if callthermos=.true.)
145thermochem = .true.
146# call EUV heating ? (only if callthermos=.true.)
147calleuv=.true.
148#Method to include solar variability?
149#0-> Fixed EUV input  1-> Variability with E10.7 as observed
150solvarmod=0
151# fixed E10.7 value (for solvarmod=0)
152# (min=80 , ave=140, max=320)
153fixed_euv_value=140
154#Solar variability as observed for MY? (must be between MY23 and MY32)
155# (only matters if solvarmod=1)
156solvaryear=24
157# value for the UV heating efficiency
158##(experimental values between 0.19 and 0.23, lower values may
159## be used to compensate for low 15 um cooling)
160euveff = 0.21       
161
162
163
Note: See TracBrowser for help on using the repository browser.