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

Last change on this file was 1488, checked in by aslmd, 10 years ago

saved Colaitis big LES for thermals

File size: 3.8 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3callrichsl=.true.
4
5# datafile is in:
6datadir = /san/work/colaitis/datafile/
7
8#Run with or without tracer transport ?
9tracer= .false.
10
11#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
12diurnal= .true.
13
14#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
15season = .true.   
16
17#write some more output on the screen ?
18lwrite = .false.   
19
20#Save statistics in file "stats.nc" ?
21stats = .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 (same as =24 for now)
30#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
31#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
32#  =26 Mars Year 26 from TES assimilation
33iaervar = 1
34# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
35tauvis=0.5
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 = .false.
49# call CO2 NIR absorption ?   matters only if callrad=T
50callnirco2 = .false.
51# call turbulent vertical diffusion ?
52calldifv  = .true.
53# call convective adjustment ?
54calladj  = .false.
55# call CO2 condensation ?
56callcond =.false.
57# call thermal conduction in the soil ?
58callsoil = .true.
59# call Lott's gravity wave/subgrid topography scheme ?
60calllott  = .false.
61
62## Radiative transfer options :
63## ~~~~~~~~~~~~~~~~~~~~~~~~~~
64# the rad.transfer is computed every "iradia" physical timestep
65iradia    = 1
66# Output of the exchange coefficient mattrix ? for diagnostic only
67callg2d  = .false.
68# Rayleigh scattering : (should be .false. for now)
69rayleigh  = .false.
70
71## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
72## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
74dustbin    = 0
75# DUST: Radiatively active dust ? (matters if dustbin>0)
76active  = .false.
77# DUST: use mass and number mixing ratios to predict dust size ?
78# (must also have dustbin=1)
79doubleq   = .false.
80# DUST: lifted by GCM surface winds ?
81lifting = .false.
82# DUST: lifted by dust devils ?
83callddevil = .false.
84# DUST: Scavenging by CO2 snowfall ?
85scavenging = .false.
86# DUST/WATERICE: Gravitationnal sedimentation ?
87sedimentation = .false.
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#caps  = .true.
97# PHOTOCHEMISTRY: include chemical species
98photochem  = .false.
99
100## Thermospheric options (relevant if tracer=T) :
101##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
102# call thermosphere ?
103callthermos = .false.
104# WATER: included without cycle (only if water=.false.)
105thermoswater = .false.
106# call thermal conduction ? (only if callthermos=.true.)
107callconduct = .false.
108# call EUV heating ? (only if callthermos=.true.)
109calleuv=.false.
110# call molecular viscosity ? (only if callthermos=.true.)
111callmolvis = .false.
112# call molecular diffusion ? (only if callthermos=.true.)
113callmoldiff = .false.
114# call thermospheric photochemistry ? (only if callthermos=.true.)
115thermochem = .false.
116# date for solar flux calculation: (1985 < date < 2002)
117## (Solar min=1996.4 ave=1993.4 max=1990.6)
118solarcondate = 1993.4
119       
120
121
Note: See TracBrowser for help on using the repository browser.