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