source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/mesoscale.def @ 2219

Last change on this file since 2219 was 1706, checked in by aslmd, 8 years ago

MESOSCALE. additional few changes related to revision 1704 (specific cases)

File size: 1.7 KB
Line 
1# some settings specific to MESOSCALE
2# -- should not be modified!
3callstats    = .false.
4calllott     = .false.
5TESicealbedo = .false.
6##########################
7# your settings below
8# -- a few examples provided
9# -- change namelist.input accordingly
10
11
12##########################
13### prescribed CO2 cover
14##########################
15#tituscap = .true.
16##########################
17
18
19##########################
20### no water cycle
21##########################
22#caps = .false.
23#scavenging = .false.
24#activice   = .false.
25#water = .false.
26#microphys = .false.
27#naerkind = 1
28##########################
29
30
31##########################
32### dust storm simulation
33### cf Spiga JGR 2013
34##########################
35## compile w/ -s DUSTSTORM
36## set in namelist mars=3
37## no water (cf above)
38##########################
39##########################
40## 1) pre-existing storm
41## (section 3.3 4.1 4.2.2)
42##########################
43#freedust = .true.
44#localstorm = .true.
45### "ref opacity of local dust storm"
46#taulocref         = 4.25
47### "target altitude of local storm (km)"
48#ztoploc           = 10.0
49### "radius of dust storm (degree)"
50#radloc            = 0.5
51### "center longitude of storm (deg)"
52#lonloc            = 25.0
53### "center latitude of storm (deg)"
54#latloc            = -2.5
55### "reff storm (mic) 0. for background"
56#reffstorm         = 0.0
57### "beta coefficient for sedimentation"
58#betaset           = 0.5
59##########################
60##########################
61## 2) dust lifting active
62## (section 4.2.3)
63##########################
64## add stress.def with
65## - threshold ustar
66## - alpha
67##########################
68#freedust = .true.
69#lifting = .true.
70#localstorm = .false.
71##########################
Note: See TracBrowser for help on using the repository browser.