source: trunk/LMDZ.GENERIC/DOC/water.tex.sav @ 2890

Last change on this file since 2890 was 987, checked in by jleconte, 11 years ago

11/06/2013 == JL+EM

  • User manual (+ sources) added in DOC.
File size: 1.5 KB
Line 
1\chapter{Water Cycle Simulation}
2
3\label{sc:water}
4
5To simulate the water cycle with the LMD Generic Model:
6
7\begin{itemize}
8
9
10\item In {\tt callphys.def}, set tracer to true: {\tt tracer=.true.}. In the radiative
11transfer sub-section, chose an appropriate correlated-k database that includes the effect
12of water vapour (e.g. {\tt corrkdir=CO2_H2Ovar}), and set {\tt varactive=.true.}, {\tt varfixed=.false.}.
13
14The important parameters are {\tt water=.true.}, to use water vapor
15and ice tracers, and {\tt sedimentation=.true.} to
16allow sedimentation of water ice clouds.
17
18In {\tt traceur.def}, include (at least) two tracers: {\tt h2o_ice} and {\tt h2o_vap}.
19
20\input{input/h2o_list.tex}
21
22\item {\bf Compilation}
23You need to compile with at least 2 tracers. If you don't have CO2 clouds,
24({\tt dustbin=0}) or other tracers,
25compilation is done with the command lines:
26\begin{verbatim}
27makegcm -d 64x48x25 -t 2 -p std newstart
28\end{verbatim}
29\begin{verbatim}
30makegcm -d 64x48x25 -t 2 -p std gcm
31\end{verbatim}
32
33Of course, you will also need an appropriate {\tt traceur.def} file
34indicating you will use tracers {\tt h2o\_vap} and {\tt h2o\_ice};
35if you only run with 2 tracers, then the contents of the {\tt traceur.def}
36file should be:
37\begin{verbatim}
382
39h2o_ice
40h2o_vap
41\end{verbatim}
42Note that the order in which tracers are set in the {\tt traceur.def} file
43is not important.
44
45\item {\bf Run} \\ \\
46Same as usual. Just make sure that your start files contains
47the initial states for water, with an initial state for water vapor
48and water ice particles.
49
50[+LIQUID]
51
52\end {itemize}
Note: See TracBrowser for help on using the repository browser.