source: trunk/MESOSCALE_DEV/MANUAL/SRC/keep @ 223

Last change on this file since 223 was 223, checked in by aslmd, 13 years ago

MESOSCALE: user manual. finished a much corrected version for preprocessing chapter.

File size: 1.5 KB
Line 
1
2\footnote{And \ttt{wrfinput\_d02}, \ttt{wrfinput\_d03}, \ldots (one file per domain, see~\ref{nests})
3
4
5}
6
7
8%%%
9
10\begin{finger}
11\item The model presently supports 3 nests, but more nests
12can be included by adaptating the following files:
13\begin{verbatim}
14$LMDMOD/LMD_MM_MARS/SRC/WRFV2/call_meso_inifis3.inc
15$LMDMOD/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq3.inc
16$LMDMOD/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/duplicate3
17$LMDMOD/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/generate3
18$LMDMOD/LMD_MM_MARS/SRC/WRFV2/mars_lmd/makegcm*  ## search for 'nest'
19\end{verbatim}%\pagebreak
20\end{finger}
21
22
23\item Defining several domains yields
24distinct files
25\ttt{geo\_em.d01.nc},
26\ttt{geo\_em.d02.nc},
27\ttt{geo\_em.d03.nc}\ldots
28
29\mk
30\marge In case you run simulations with \ttt{max\_dom}
31nested domains, you have to set \ttt{max\_dom} parameters
32wherever there is a ``," in the above list.
33%
34Here is an example of the resulting syntax of the
35\ttt{time\_control}, \ttt{domains} and \ttt{bdy\_control}
36categories in \ttt{namelist.input}:
37%
38\codesource{OMG_namelist.input}
39
40
41
42\item If you run a simulation with, say, $3$ domains,
43please ensure that you defined three files
44\ttt{callphys.def}, \ttt{callphys\_d2.def} and \ttt{callphys\_d3.def}.
45
46
47
48\mk
49\begin{finger}
50\item Note that in the given example
51the convective adjustment,
52the gravity wave parameterization,
53and the NLTE schemes are turned off, as is
54usually the case in typical Martian tropospheric
55mesoscale simulations.
56\item \ttt{iradia} sets the frequency
57(in dynamical timesteps) at which
58the radiative computations are performed.
59\item
60
61
Note: See TracBrowser for help on using the repository browser.