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

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