Last change
on this file since 1415 was
987,
checked in by jleconte, 11 years ago
|
11/06/2013 == JL+EM
- User manual (+ sources) added in DOC.
|
File size:
1.0 KB
|
Rev | Line | |
---|
[987] | 1 | {\footnotesize |
---|
| 2 | \begin{verbatim} |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | ## Tracer (dust water, ice and/or chemical species) options (used if tracer=T): |
---|
| 6 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 7 | # DUST: Transported dust ? (if >0, use 'dustbin' dust bins) |
---|
| 8 | dustbin = 0 |
---|
| 9 | # DUST: Radiatively active dust ? (matters if dustbin>0) |
---|
| 10 | active = .false. |
---|
| 11 | # DUST: use mass and number mixing ratios to predict dust size ? |
---|
| 12 | # (must also have dustbin=1) |
---|
| 13 | doubleq = .false. |
---|
| 14 | # DUST: lifted by GCM surface winds ? |
---|
| 15 | lifting = .false. |
---|
| 16 | # DUST: lifted by dust devils ? |
---|
| 17 | callddevil = .false. |
---|
| 18 | # DUST: Scavenging by CO2 snowfall ? |
---|
| 19 | scavenging = .false. |
---|
| 20 | # DUST/WATERICE: Gravitationnal sedimentation ? |
---|
| 21 | sedimentation = .true. |
---|
| 22 | # WATERICE: Radiatively active transported atmospheric water ice ? |
---|
| 23 | activice = .false. |
---|
| 24 | # WATER: Compute water cycle |
---|
| 25 | water = .true. |
---|
| 26 | # WATER: current permanent caps at both poles. True IS RECOMMENDED |
---|
| 27 | # (with .true., North cap is a source of water and South pole |
---|
| 28 | # is a cold trap) |
---|
| 29 | caps = .true. |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | \end{verbatim} |
---|
| 34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.