source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/2013_spiga_JGR_rocket/callphys.def

Last change on this file was 613, checked in by aslmd, 14 years ago

UTIL PYTHON: an example script for pp.py (whole ExoMars? report). minor corrections. MESOSCALE : dust storm def files

File size: 3.9 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3
4##Directory where external input files are
5#datadir = /san/home/spiga/DATAFILE/
6
7#Run with or without tracer transport ?
8tracer=.true.
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 =.false.
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 tracer=F or 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#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
30#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
31#  =26 Mars Year 26 from TES assimilation
32iaervar = 26
33# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
34tauvis=0.2
35# Dust vertical distribution:
36# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
37#  =2: Viking scenario; =3 MGS scenario)
38iddist  = 3
39# Dust top altitude (km). (Matters only if iddist=1)
40topdustref = 55.
41
42## Physical Parameterizations :
43## ~~~~~~~~~~~~~~~~~~~~~~~~~~
44# call radiative transfer ?
45callrad   = .true.
46# call NLTE radiative schemes ?   matters only if callrad=T
47callnlte = .false.
48# call CO2 NIR absorption ?   matters only if callrad=T
49callnirco2 = .true.
50# call turbulent vertical diffusion ?
51calldifv  = .true.
52# call convective adjustment ?
53calladj  = .true.
54# call CO2 condensation ?
55callcond =.true.
56# call thermal conduction in the soil ?
57callsoil = .true.
58# call Lott's gravity wave/subgrid topography scheme ?
59calllott  = .false.
60# Impose polar cap surface albedos as observed by TES?
61TESicealbedo = .true.
62
63## Radiative transfer options :
64## ~~~~~~~~~~~~~~~~~~~~~~~~~~
65# the rad.transfer is computed every "iradia" physical timestep
66iradia    = 6
67# Output of the exchange coefficient mattrix ? for diagnostic only
68callg2d  = .false.
69# Rayleigh scattering : (should be .false. for now)
70rayleigh  = .false.
71
72## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
73## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
75dustbin    = 2
76# DUST: Radiatively active dust ? (matters if dustbin>0)
77active  = .true.
78# DUST: use mass and number mixing ratios to predict dust size ?
79doubleq   = .true.
80# DUST: lifted by GCM surface winds ?
81lifting = .true.
82# DUST: lifted by dust devils ?
83callddevil = .false.
84# DUST: Scavenging by CO2 snowfall ?
85scavenging = .false.
86# DUST/WATERICE: Gravitationnal sedimentation ?
87sedimentation = .true.
88# WATERICE: Radiatively active transported atmospheric water ice ?
89activice = .false.
90# WATER: Compute water cycle
91water = .false.
92# WATER: current permanent caps at both poles. True IS RECOMMENDED
93#        (with .true., North cap is a source of water and South pole
94#         is a cold trap)
95caps  = .false.
96# PHOTOCHEMISTRY: include chemical species
97photochem  = .false.
98
99## Thermospheric options (relevant if tracer=T) :
100##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101# call thermosphere ?
102callthermos = .false.
103# WATER: included without cycle (only if water=.false.)
104thermoswater = .false.
105# call thermal conduction ? (only if callthermos=.true.)
106callconduct = .false.
107# call EUV heating ? (only if callthermos=.true.)
108calleuv=.false.
109# call molecular viscosity ? (only if callthermos=.true.)
110callmolvis = .false.
111# call molecular diffusion ? (only if callthermos=.true.)
112callmoldiff = .false.
113# call thermospheric photochemistry ? (only if callthermos=.true.)
114thermochem = .false.
115# date for solar flux calculation: (1985 < date < 2002)
116## (Solar min=1996.4 ave=1993.4 max=1990.6)
117solarcondate = 1993.4
118       
119
120
Note: See TracBrowser for help on using the repository browser.