| [1481] | 1 | # some settings specific to MESOSCALE |
|---|
| 2 | # -- should not be modified! |
|---|
| 3 | callstats = .false. |
|---|
| 4 | calllott = .false. |
|---|
| 5 | TESicealbedo = .false. |
|---|
| 6 | ########################## |
|---|
| [1704] | 7 | # your settings below |
|---|
| 8 | # -- a few examples provided |
|---|
| 9 | # -- change namelist.input accordingly |
|---|
| [1481] | 10 | |
|---|
| [1704] | 11 | |
|---|
| 12 | ########################## |
|---|
| [1706] | 13 | ### prescribed CO2 cover |
|---|
| 14 | ########################## |
|---|
| 15 | #tituscap = .true. |
|---|
| 16 | ########################## |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | ########################## |
|---|
| [1704] | 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 |
|---|
| [1706] | 36 | ## set in namelist mars=3 |
|---|
| 37 | ## no water (cf above) |
|---|
| [1704] | 38 | ########################## |
|---|
| 39 | ########################## |
|---|
| 40 | ## 1) pre-existing storm |
|---|
| 41 | ## (section 3.3 4.1 4.2.2) |
|---|
| 42 | ########################## |
|---|
| [1705] | 43 | #freedust = .true. |
|---|
| 44 | #localstorm = .true. |
|---|
| [1704] | 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 | ########################## |
|---|