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