Last change
on this file since 3468 was
1954,
checked in by emillour, 6 years ago
|
Mars GCM:
- Make a "doc" subdirectory to store the documentation source files with the code.
EM
|
File size:
1.3 KB
|
Line | |
---|
1 | \chapter{Water Cycle Simulation} |
---|
2 | |
---|
3 | \label{sc:water} |
---|
4 | |
---|
5 | In order to simulate the water cycle with the LMD GCM: |
---|
6 | |
---|
7 | \begin{itemize} |
---|
8 | \item In {\tt callphys.def}, set tracer to true: {\tt tracer=.true.}. |
---|
9 | |
---|
10 | \item It is best to run with a semi-interactive dust (in order to |
---|
11 | better represent the evolution available condensation nuclei) and thus set |
---|
12 | {\tt dustbin = 2}, and use corresponding additional tracers ({\tt dust\_mass} |
---|
13 | and {\tt dust\_number} which correspond to the first two moments of the dust |
---|
14 | distribution). |
---|
15 | |
---|
16 | \item Use the same options as given in the sample {\tt callphys.def.watercycle} |
---|
17 | file provided in {\tt LMDZ.MARS/deftank}. |
---|
18 | |
---|
19 | \item {\bf Settings} |
---|
20 | You need to run with at least 4 tracers (if you don't have dust |
---|
21 | ({\tt dustbin=0}) or other chemical species ({\tt photochem=F}), |
---|
22 | but 7 is recommended, and an appropriate {\tt traceur.def} for running with |
---|
23 | combined CO22, dust and water cycle should be: |
---|
24 | \begin{verbatim} |
---|
25 | 7 |
---|
26 | co2 |
---|
27 | dust_mass |
---|
28 | dust_number |
---|
29 | h2o_vap |
---|
30 | h2o_ice |
---|
31 | ccn_mass |
---|
32 | ccn_number |
---|
33 | \end{verbatim} |
---|
34 | Note that the order in which tracers are set in the {\tt tracer.def} file |
---|
35 | is not important. |
---|
36 | |
---|
37 | \item {\bf Run} \\ \\ |
---|
38 | Same as usual. Just make sure that your start files contains |
---|
39 | the initial states for all the tracers you use (or else compile |
---|
40 | and run {\bf newstart.e} to initialize them). |
---|
41 | |
---|
42 | \end {itemize} |
---|
43 | |
---|
44 | |
---|
45 | |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | |
---|
51 | |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | |
---|
Note: See
TracBrowser
for help on using the repository browser.