source: trunk/LMDZ.GENERIC/DOC/input/h2o_list.tex.bak @ 2958

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