source: trunk/LMDZ.GENERIC/DOC/input/h2o_list.tex.sav @ 3360

Last change on this file since 3360 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
Line 
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)
8dustbin    = 0
9# DUST: Radiatively active dust ? (matters if dustbin>0)
10active  = .false.
11# DUST: use mass and number mixing ratios to predict dust size ?
12# (must also have dustbin=1)
13doubleq   = .false.
14# DUST: lifted by GCM surface winds ?
15lifting = .false.
16# DUST: lifted by dust devils ?
17callddevil = .false.
18# DUST: Scavenging by CO2 snowfall ?
19scavenging = .false.
20# DUST/WATERICE: Gravitationnal sedimentation ?
21sedimentation = .true.
22# WATERICE: Radiatively active transported atmospheric water ice ?
23activice   = .false.
24# WATER: Compute water cycle
25water = .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)
29caps  = .true.
30
31
32
33\end{verbatim}
34}
Note: See TracBrowser for help on using the repository browser.