source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/tests_highresles/highresLES/callphys.def

Last change on this file was 790, checked in by acolaitis, 12 years ago

MESOSCALE. Fixed lifting for LES runs (put lifting after newsedim otherwise lifting is stupidly counteracted). Transferred LES def files to SIMU DEF. Added def files for high resolution monster LES. Fixed a small bug in makemeso for debug.

File size: 3.8 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3
4callrichsl=.true.
5
6# datafile is in:
7datadir = /san/work/colaitis/datafile/
8
9#Run with or without tracer transport ?
10tracer= .false.
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" ?
22stats = .false.
23
24#Save EOF profiles in file "profiles" for Climate Database?
25calleofdump = .false.
26
27## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or 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 (same as =24 for now)
31#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
32#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
33#  =26 Mars Year 26 from TES assimilation
34iaervar = 1
35# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
36tauvis=0.3
37# Dust vertical distribution:
38# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
39#  =2: Viking scenario; =3 MGS scenario)
40iddist  = 3
41# Dust top altitude (km). (Matters only if iddist=1)
42topdustref = 55.
43
44## Physical Parameterizations :
45## ~~~~~~~~~~~~~~~~~~~~~~~~~~
46# call radiative transfer ?
47callrad   = .true.
48# call NLTE radiative schemes ?   matters only if callrad=T
49callnlte = .false.
50# call CO2 NIR absorption ?   matters only if callrad=T
51callnirco2 = .false.
52# call turbulent vertical diffusion ?
53calldifv  = .true.
54# call convective adjustment ?
55calladj  = .false.
56# call CO2 condensation ?
57callcond =.false.
58# call thermal conduction in the soil ?
59callsoil = .true.
60# call Lott's gravity wave/subgrid topography scheme ?
61calllott  = .false.
62
63## Radiative transfer options :
64## ~~~~~~~~~~~~~~~~~~~~~~~~~~
65# the rad.transfer is computed every "iradia" physical timestep
66iradia    = 1
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    = 0
76# DUST: Radiatively active dust ? (matters if dustbin>0)
77active  = .false.
78# DUST: use mass and number mixing ratios to predict dust size ?
79# (must also have dustbin=1)
80doubleq   = .false.
81# DUST: lifted by GCM surface winds ?
82lifting = .false.
83# DUST: lifted by dust devils ?
84callddevil = .false.
85# DUST: Scavenging by CO2 snowfall ?
86scavenging = .false.
87# DUST/WATERICE: Gravitationnal sedimentation ?
88sedimentation = .false.
89# WATERICE: Radiatively active transported atmospheric water ice ?
90activice   = .false.
91# WATER: Compute water cycle
92water = .false.
93# WATER: current permanent caps at both poles. True IS RECOMMENDED
94#        (with .true., North cap is a source of water and South pole
95#         is a cold trap)
96caps  = .false. 
97#caps  = .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.