29 |
for the packages are located in the package descriptions), their meaning, |
for the packages are located in the package descriptions), their meaning, |
30 |
and their default values: |
and their default values: |
31 |
|
|
32 |
\input{./part3/main-parms.tex} |
\input{s_getstarted/text/main-parms.tex} |
33 |
|
|
34 |
In what follows the parameters are grouped into categories related to |
In what follows the parameters are grouped into categories related to |
35 |
the computational domain, the equations solved in the model, and the |
the computational domain, the equations solved in the model, and the |
202 |
\begin{description} |
\begin{description} |
203 |
\item[initialization] \ |
\item[initialization] \ |
204 |
|
|
205 |
The velocity components are initialized to 0 unless the simulation |
The initial horizontal velocity components can be specified from |
206 |
is starting from a pickup file (see section on simulation control |
binary files \textbf{uVelInitFile} and \textbf{vVelInitFile}. |
207 |
parameters). |
These files should contain 3D data ordered in an (x,y,r) fashion with |
208 |
|
k=1 as the first vertical level (surface level). |
209 |
|
If no file names are provided, the velocity is initialised to zero. |
210 |
|
The initial vertical velocity is always derived from the horizontal velocity |
211 |
|
using the continuity equation, even in the case of non-hydrostatic simulation |
212 |
|
(see, e.g.: {\it tutorial\_deep\_convection/input/data}). |
213 |
|
|
214 |
|
In the case of a restart (from the end of a previous simulation), |
215 |
|
the velocity field is read from a pickup file |
216 |
|
(see section on simulation control parameters) |
217 |
|
and the initial velocity files are ignored. |
218 |
|
|
219 |
\item[forcing] \ |
\item[forcing] \ |
220 |
|
|