source: trunk/MESOSCALE/LMDZ.MARS.new/myGCM/MCD5_def/callphys.def.MCD5.nochem.nothermos @ 1111

Last change on this file since 1111 was 1109, checked in by aslmd, 11 years ago

MESOSCALE. A few modifications to bounding GCM stuff.

File size: 5.3 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Run with or without tracer transport ?
4tracer=.true.
5
6#Directory where external input files are:
7datadir=/planeto/emlmd/run_mcd5.v0_new/datadir
8#datadir=/home/spiga/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.
21callstats =.false.
22
23#Save EOF profiles in file "profiles" for Climate Database?
24calleofdump = .false.
25
26## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
27## ~~~~~~~~~~~~~
28#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
29#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
30#  =6 "cold" (low dust) scenario ; =7 "warm" (high dust) 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.
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.
74# Impose polar cap surface albedos as observed by TES?
75TESicealbedo = .true.
76## Coefficient for Northern cap albedoes
77TESice_Ncoef=1.6
78## Coefficient for Southern cap albedoes
79TESice_Scoef=1.6
80
81
82## Radiative transfer options :
83## ~~~~~~~~~~~~~~~~~~~~~~~~~~
84# the rad.transfer is computed every "iradia" physical timestep
85iradia    = 1
86# Output of the exchange coefficient mattrix ? for diagnostic only
87callg2d  = .false.
88# Rayleigh scattering : (should be .false. for now)
89rayleigh  = .false.
90
91## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
92## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
94dustbin    = 2
95# DUST: Radiatively active dust ? (matters if dustbin>0)
96active  = .true.
97# DUST: use mass and number mixing ratios to predict dust size ?
98doubleq   = .true.
99# DUST: lifted by GCM surface winds ?
100lifting = .true.
101# DUST: lifted by dust devils ?
102callddevil = .false.
103# DUST: Scavenging by H2O/CO2 snowfall ?
104scavenging = .true.
105# DUST/WATERICE: Gravitationnal sedimentation ?
106sedimentation = .true.
107# WATERICE: Radiatively active transported atmospheric water ice ?
108activice   = .true.
109# WATER: Compute water cycle
110water = .true.
111# WATER: Microphysical scheme for water-ice clouds?
112microphys = .true.
113# WATER: parameter contact
114mteta = 0.95
115# WATER: Effective variance for sedimentation for the log-normal
116#        distribution of ice particles ?
117nuice_sed=0.1
118# WATER: current permanent caps at both poles. True IS RECOMMENDED
119#        (with .true., North cap is a source of water and South pole
120#         is a cold trap)
121caps  = .true.
122# WATER: Water ice albedo ?
123albedo_h2o_ice = 0.35
124# WATER: Water ice thermal inertia
125inert_h2o_ice = 800
126# WATER: Frost thickness threshold for albedo
127frost_albedo_threshold = 0.005
128# PHOTOCHEMISTRY: include chemical species
129photochem  = .true.
130photochem  = .false.
131
132## Thermospheric options (relevant if tracer=T) :
133##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
134# call thermosphere ?
135callthermos = .true.
136callthermos = .false.
137# WATER: included without cycle (only if water=.false.)
138thermoswater = .false.
139# call thermal conduction ? (only if callthermos=.true.)
140callconduct = .true.
141callconduct = .false.
142# call molecular viscosity ? (only if callthermos=.true.)
143callmolvis = .true.
144callmolvis = .false.
145# call molecular diffusion ? (only if callthermos=.true.)
146callmoldiff = .true.
147callmoldiff = .false.
148# call thermospheric photochemistry ? (only if callthermos=.true.)
149thermochem = .true.
150thermochem = .false.
151# call EUV heating ? (only if callthermos=.true.)
152calleuv=.true.
153calleuv=.false.
154#Method to include solar variability?
155#0-> Old method (fixed EUV input)  1-> Variability with E10.7 as observed
156solvarmod=0
157# date for solar flux calculation: (1985 < date < 2002)
158## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0
159solarcondate = 1993.4
160#Solar variability as observed for MY? (must bebetween MY23 and MY30)
161# (only matters if solvarmod=1)
162solvaryear=24
163# value for the UV heating efficiency
164##(experimental values between 0.19 and 0.23, lower values may
165## be used to compensate for low 15 um cooling)
166euveff = 0.21       
167
168
169
Note: See TracBrowser for help on using the repository browser.