Ignore:
Timestamp:
Apr 27, 2017, 6:34:14 PM (8 years ago)
Author:
aslmd
Message:

MESOSCALE: added commented lines to mesoscale.def to indicate useful options for specific cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/mesoscale.def

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