Last change
on this file since 3467 was
987,
checked in by jleconte, 11 years ago
|
11/06/2013 == JL+EM
- User manual (+ sources) added in DOC.
|
File size:
1.4 KB
|
Line | |
---|
1 | \chapter{Water Cycle Simulation} |
---|
2 | |
---|
3 | \label{sc:water} |
---|
4 | |
---|
5 | To simulate the water cycle with the LMD Generic Model: |
---|
6 | |
---|
7 | \begin{itemize} |
---|
8 | \item In {\tt callphys.def}, set tracer to true: {\tt tracer=.true.}. In the radiative |
---|
9 | transfer sub-section, chose an appropriate correlated-k database that includes the effect |
---|
10 | of water vapour (e.g. {\tt corrkdir=CO2H2Ovar}), and set {\tt varactive=.true.}, {\tt varfixed=.false.}. |
---|
11 | In the water cycle sub-section you can chose various parameters - see below for a standard example. |
---|
12 | |
---|
13 | \input{input/h2o_list.tex} |
---|
14 | |
---|
15 | \item You need to compile with at least 2 tracers. If you don't have CO2 clouds, |
---|
16 | dust or other tracers, compilation is done with the command lines: |
---|
17 | \begin{verbatim} |
---|
18 | makegcm -d 64x48x20 -t 2 -p std -b 32x36 newstart |
---|
19 | \end{verbatim} |
---|
20 | \begin{verbatim} |
---|
21 | makegcm -d 64x48x20 -t 2 -p std -b 32x36 gcm |
---|
22 | \end{verbatim} |
---|
23 | |
---|
24 | Of course, you will also need an appropriate {\tt traceur.def} file |
---|
25 | indicating you will use tracers {\tt h2o\_vap} and {\tt h2o\_ice}; |
---|
26 | if you only run with 2 tracers, then the contents of the {\tt traceur.def} |
---|
27 | file should be: |
---|
28 | \begin{verbatim} |
---|
29 | 2 |
---|
30 | h2o_ice |
---|
31 | h2o_vap |
---|
32 | \end{verbatim} |
---|
33 | Note that the order in which tracers are set in the {\tt traceur.def} file |
---|
34 | is not important. |
---|
35 | |
---|
36 | \item {\bf Run} \\ \\ |
---|
37 | Same as usual. Just make sure that your start files contains |
---|
38 | the initial states for water, with an initial state for water vapour / ice |
---|
39 | in the atmosphere and ice / liquid on the surface. |
---|
40 | |
---|
41 | \end {itemize} |
---|
Note: See
TracBrowser
for help on using the repository browser.