source: trunk/LMDZ.GENERIC/DOC/input/photochem_list.tex @ 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
3\begin{verbatim}                                                                               
4## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
5## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
7dustbin    = 0
8# DUST: Radiatively active dust ? (matters if dustbin>0)
9active  = .false.
10# DUST: use mass and number mixing ratios to predict dust size ?
11# (must also have dustbin=1)
12doubleq   = .false.
13# DUST: lifted by GCM surface winds ?
14lifting = .false.
15# DUST: lifted by dust devils ?
16callddevil = .false.
17# DUST: Scavenging by CO2 snowfall ?
18scavenging = .false.
19# DUST/WATERICE: Gravitationnal sedimentation ?
20sedimentation = .true.
21# WATERICE: Radiatively active transported atmospheric water ice ?
22activice   = .false.
23# WATER: Compute water cycle
24water = .true.
25# WATER: current permanent caps at both poles. True IS RECOMMENDED
26#        (with .true., North cap is a source of water and South pole
27#         is a cold trap)
28caps  = .true.
29# PHOTOCHEMISTRY: include chemical species
30photochem  = .true.
31\end{verbatim}
32}
Note: See TracBrowser for help on using the repository browser.