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