source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/2012_tasi_EXM_intercomp2way/callphys.def

Last change on this file was 752, checked in by aslmd, 13 years ago

MESOSCALE : saved setting files for working two-way nesting case for ExoMars? studies with new physiq (cf. intercomparison with SwRI)

File size: 3.8 KB
Line 
1## Thermals Options
2##~~~~~~~~~~~~~~~~~
3nircorr=0
4# Activate thermals :
5calltherm = .false.
6callrichsl = .true.
7yamada4_flag=.true.
8
9##General options
10##~~~~~~~~~~~~~~~
11#Run with or without tracer transport ?
12tracer=.true.
13
14#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
15diurnal=.true.
16
17#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
18season = .true.   
19
20#write some more output on the screen ?
21lwrite = .false.
22
23#Save statistics in file "stats.nc" ?
24stats =.true.
25
26#Save EOF profiles in file "profiles" for Climate Database?
27calleofdump = .false.
28
29## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
30## ~~~~~~~~~~~~~
31#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
32#  =4 Mars Year 24 from TES assimilation (same as =24 for now)
33#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
34#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
35#  =26 Mars Year 26 from TES assimilation
36iaervar = 1
37# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
38tauvis=0.5
39# Dust vertical distribution:
40# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
41#  =2: Viking scenario; =3 MGS scenario)
42iddist  = 1
43# Dust top altitude (km). (Matters only if iddist=1)
44topdustref = 55.
45
46## Physical Parameterizations :
47## ~~~~~~~~~~~~~~~~~~~~~~~~~~
48# call radiative transfer ?
49callrad   = .true.
50# call NLTE radiative schemes ?   matters only if callrad=T
51callnlte = .false.
52# call CO2 NIR absorption ?   matters only if callrad=T
53callnirco2 = .false.
54# call turbulent vertical diffusion ?
55calldifv  = .true.
56# call convective adjustment ?
57calladj  = .false.
58# call CO2 condensation ?
59callcond =.true.
60# call thermal conduction in the soil ?
61callsoil = .true.
62# call Lott's gravity wave/subgrid topography scheme ?'
63calllott  = .true.
64
65## Radiative transfer options :
66## ~~~~~~~~~~~~~~~~~~~~~~~~~~
67# the rad.transfer is computed every "iradia" physical timestep
68iradia    = 1
69# Output of the exchange coefficient mattrix ? for diagnostic only
70callg2d  = .false.
71# Rayleigh scattering : (should be .false. for now)
72rayleigh  = .false.
73
74## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
75## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
77dustbin    = 0
78# DUST: Radiatively active dust ? (matters if dustbin>0)
79active  = .false.
80# DUST: use mass and number mixing ratios to predict dust size ?
81doubleq   = .false.
82# DUST: lifted by GCM surface winds ?
83lifting = .false.
84# DUST: lifted by dust devils ?
85callddevil = .false.
86# DUST: Scavenging by CO2 snowfall ?
87scavenging = .false.
88# DUST/WATERICE: Gravitationnal sedimentation ?
89sedimentation = .false.
90# WATERICE: Radiatively active transported atmospheric water ice ?
91activice   = .false.
92# WATER: Compute water cycle
93water = .false.
94# WATER: current permanent caps at both poles. True IS RECOMMENDED
95#        (with .true., North cap is a source of water and South pole
96#         is a cold trap)
97caps  = .true.
98# PHOTOCHEMISTRY: include chemical species
99photochem  = .false.
100
101## Thermospheric options (relevant if tracer=T) :
102##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
103# call thermosphere ?
104callthermos = .false.
105# WATER: included without cycle (only if water=.false.)
106thermoswater = .false.
107# call thermal conduction ? (only if callthermos=.true.)
108callconduct = .false.
109# call EUV heating ? (only if callthermos=.true.)
110calleuv=.false.
111# call molecular viscosity ? (only if callthermos=.true.)
112callmolvis = .false.
113# call molecular diffusion ? (only if callthermos=.true.)
114callmoldiff = .false.
115# call thermospheric photochemistry ? (only if callthermos=.true.)
116thermochem = .false.
117# date for solar flux calculation: (1985 < date < 2002)
118## (Solar min=1996.4 ave=1993.4 max=1990.6)
119solarcondate = 1993.4
120       
121
122
Note: See TracBrowser for help on using the repository browser.