next up previous contents
Next: 5. Lateral Boundary Conditions Up: book1 Previous: 3. Coordinate Systems   Contents

Subsections

4. Discretization

4.1 Stretching

For many reasons, it may be desirable to stretch the computational grid. On the vertical, it is customary to have a better resolution in the planetary boundary layer than in the atmosphere. On the horizontal, the use of stretched coordinates may allow to study the interaction between larger-scale and smaller-scale processes, or simply avoid problems at the lateral boundary. However, if the stretching is not done properly, it may result in a loss of accuracy.

In order to stretch the coordinates, we introduce a new system noted $(\overline{x},\overline{y},\overline{z})$, and related to $\widehat{x},\widehat{y},
\widehat{z}$ by


$\displaystyle d\overline{x}$ $\textstyle =$ $\displaystyle \frac{\displaystyle d\widehat{x}}{\displaystyle {\cal D}_x(\widehat{x})}$ (4.1)
      (4.2)
$\displaystyle d \overline{y}$ $\textstyle =$ $\displaystyle \frac{\displaystyle d\widehat{y}}{\displaystyle {\cal D}_y(\widehat{y})}$ (4.3)
      (4.4)
$\displaystyle d\overline{z}$ $\textstyle =$ $\displaystyle \frac{\displaystyle d\widehat{z}}{\displaystyle {\cal D}_z(\widehat{z})}$ (4.5)

The stretching functions ${\cal D}_x(\widehat{x}), {\cal D}_y(\widehat{y}),
{\cal D}_z(\widehat{z})$ are defined independently in the three directions.

The new metric coefficients $d_{ij}$ can be computed as

$\displaystyle d_{xx}$ $\textstyle =$ $\displaystyle \widehat{d}_{xx} \;{\cal D}_x(\widehat{x})$  
$\displaystyle d_{yy}$ $\textstyle =$ $\displaystyle \widehat{d}_{yy} \;{\cal D}_y(\widehat{y})$  
$\displaystyle d_{zz}$ $\textstyle =$ $\displaystyle \widehat{d}_{zz} \;{\cal D}_z(\widehat{z})$ (4.6)
$\displaystyle d_{zx}$ $\textstyle =$ $\displaystyle \widehat{d}_{zx} \;{\cal D}_x(\widehat{x})$  
$\displaystyle d_{zy}$ $\textstyle =$ $\displaystyle \widehat{d}_{zy} \;{\cal D}_y(\widehat{y})$  
       
$\displaystyle J$ $\textstyle =$ $\displaystyle \widehat{J} {\cal D}_x(\widehat{x})\;{\cal D}_y(\widehat{y})\; {\cal D}_z
(\widehat{z})$ (4.7)

and we define
\begin{displaymath}
\tilde{\rho} = \rho_{d\,ref} J
\end{displaymath} (4.8)

In practice, the value of $\overline{x}$ is 1 on the first grid point, 2 to the second grid point, etc.. and ${\cal D}_x(\widehat{x})$ is equal to the local value of the grid distance on the surface of projection. Therefore $d_{xx}$ and $d_{zz}$ are precisely the horizontal and vertical grid distances in the physical space, and $J$ is the volume of the grid box in the physical space. Thus, $\tilde{\rho}$ is the mass of dry air within each grid box, for the reference state.

The model equations in this new system have exactly the same expression as found in the previous chapter, substituting ($\widehat{x}$,$\widehat{y}$, $\widehat{z})$ by $(\overline{x},\overline{y},\overline{z})$. This reads

4.2 Location of the Variables on the Grid

We use a C-grid in the Arakawa and Mesinger (1976) terminology, both on the horizontal and on the vertical.

Figure 4.1: Discretization on the horizontal
\begin{figure}
\psfig {figure=eps/horzgrid1.eps}\vspace{1cm}
\psfig {figure=eps/essai.eps}\end{figure}

The horizontal grid is shown on Fig.  4.1. The "mass" points, located at the center of each grid element, are noted by $\bigcirc$, the $u$ points by $\triangleright$, and the $v$ points by $\bigtriangleup$. $\zeta $ is the vertical component of the vorticity. The corners of the shaded square all have the same integer coordinates $(i,j)$.

Figure 4.2: Discretization on the vertical
\begin{figure}
\psfig {figure=eps/vergrid1.eps}\vspace{1cm}
\psfig {figure=eps/essai4.eps}\end{figure}

The vertical grid is shown on Fig. 4.2. Again the mass points are noted by $\bigcirc$, the $u$ points by $\triangleright$, the $v$ points by $\bigtriangleup$, and the $w$ points by $\Box$. $\xi$ and $\eta$ are the vorticity components along x and y. The corners of the shaded square all have the same integer coordinates.

$\widehat{x},\widehat{y},
\widehat{z}$ and the metric coefficients $d_{xx},d_{yy},d_{zz}$ are respectively located on $u$, $v$, and $w$ points. On the other hand, $d_{zx}$ and $d_{zy}$ are located on the $\eta$ and $\xi$ vorticity points. The Jacobian $J$ is located on the mass points.

The orography $z_{s}(i,j)$ is defined on the lowest $w$ point.

4.3 Schuman Operators

The discretization is based on second-order finite differences, and two point averages. We will adopt the traditional notations of Schuman: $\delta_{x}\alpha$, $\delta_{y}\alpha$ and $\delta_{z}\alpha$ for finite differences in the directions $\overline{x}$, $\overline{y}$, and $\overline{z}$; $\overline{\alpha}^{x}$, $\overline{\alpha}^{y}$, and $\overline{\alpha}^{z}$ for averaging in the same directions.

For instance, $\delta_x\alpha (i,j,k)= (\alpha(i+1,j,k)-\alpha(i,j,k))$ or $(\alpha(i,j,k) -\alpha(i-1,j,k))$, depending of the location of the variable $\alpha$, $\overline{\alpha}^{x}(i,j,k)=(\alpha(i+1,j,k)+
\alpha(i,j,k))/2$ or $(\alpha(i,j,k)+\alpha(i-1,j,k))/2$, and similarly for the other operators.

For the time evolution, we use the classical leap-frog explicit scheme. The operator of time derivation also follows Schuman notation:

\begin{displaymath}
\delta _{t}\overline{ \alpha (i,j,k,t)}^{t} =
\frac{\display...
...\Delta t)-\alpha (i,j,k,t-\Delta t)}{\displaystyle 2 \Delta t}
\end{displaymath} (4.14)

4.4 Grid Generation

The parameters needed to generate the grids are:

The following computations are performed:

1) The positions $\widehat{x}_m(i)$, $\widehat{y}_m(j)$, $\widehat{z}_m(k)$ of the mass points are deduced:

$\displaystyle \widehat{x}_m(i)$ $\textstyle =$ $\displaystyle 0.5 \left[ \widehat{x}(i) +\widehat{x}(i+1) \right]$  
$\displaystyle \widehat{y}_m(j)$ $\textstyle =$ $\displaystyle 0.5 \left[ \widehat{y}(j) +\widehat{y}(j+1) \right]$ (4.15)
$\displaystyle \widehat{z}_m(k)$ $\textstyle =$ $\displaystyle 0.5 \left[ \widehat{z}(k) +\widehat{z}(k+1) \right]$  

2) The latitude and longitude of each mass point is retrieved:

Case of the Polar stereographic or Lambert Projection

Applying the general equations to the point (1,1) of the grid, one gets

$\displaystyle \rho (1,1)$ $\textstyle =$ $\displaystyle \frac{\displaystyle a}{\displaystyle K} (\cos\varphi _{0})^{1-K}
...
...\displaystyle\cos\varphi (1,1)}{\displaystyle 1 + \sin\varphi (1,1)}\right)^{K}$  
$\displaystyle \gamma (1,1)$ $\textstyle =$ $\displaystyle K (\lambda (1,1) - \lambda _{0}) - \beta$ (4.16)

The pole coordinates may be deduced as
$\displaystyle X_{p}$ $\textstyle =$ $\displaystyle \widehat{x}_m(1) - \rho (1,1) \sin\gamma (1,1)$  
$\displaystyle Y_{p}$ $\textstyle =$ $\displaystyle \widehat{y}_m(1) + \rho (1,1) \cos\gamma (1,1)$  

The longitude of any mass point (i,j) follows:
$\displaystyle \lambda (i,j)$ $\textstyle =$ $\displaystyle \frac{\displaystyle\beta + \arctan \left( -
\frac{\displaystyle \...
...+ \epsilon \pi}{\displaystyle K} + \lambda_{0} \; \; \; \; \left[ 2 \pi \right]$ (4.17)

with

\begin{eqnarray*}
\epsilon & = & 0 \hbox{ if } \widehat{y}_{m}(j)- Y_{p} \leq 0 \\
\epsilon & = & 1 \hbox{ if } \widehat{y}_{m}(j)- Y_{p} > 0
\end{eqnarray*}



while the latitudes are given by
$\displaystyle \rho (i,j)^{2}$ $\textstyle =$ $\displaystyle \left[ \widehat{x}_m(i) - X_{p} \right]^{2} +
\left[ \widehat{y}_m(j) - Y_{p}\right] ^{2}$  
$\displaystyle \varphi (i,j)$ $\textstyle =$ $\displaystyle \frac{\displaystyle\pi}{\displaystyle 2} - \arccos \left\{ \frac{...
... + \sin\varphi _{0})^{2}+
\left[ K^{2} \rho (i,j)^{2} \right] ^{1/K} }
\right\}$ (4.18)



Case of the Mercator projection

The latitudes and longitudes of the mass points are given by
$\displaystyle \lambda (i,j)$ $\textstyle =$ $\displaystyle \frac{\displaystyle\left[ \widehat{x}_{m}(i)-\widehat{x}_{m}(1) \...
...}_{m}(1) \right]\sin \gamma }{\displaystyle a \cos \varphi _{0}}
+ \lambda(1,1)$  
$\displaystyle \varphi (i,j)$ $\textstyle =$ $\displaystyle -\frac{\displaystyle\pi}{\displaystyle 2} + 2 \arctan \left\{ \ex...
...{m}(1) \right]\cos \gamma }{\displaystyle a \cos \varphi _{0} } \right. \right.$  
    $\displaystyle \left. \left. + \ln \left[ \tan (\frac{\displaystyle\pi}{\display...
...} +\frac{\displaystyle \varphi(1,1)}{\displaystyle 2})
\right]
\right)
\right\}$ (4.19)



3) Once the latitudes and longitudes are known, the map scale factor, the angle $\gamma$, and the Coriolis parameters are easily computed for each mass point:
$\displaystyle m$ $\textstyle =$ $\displaystyle \left( \frac{\displaystyle\cos \varphi _{0}}{\displaystyle\cos \v...
...{\displaystyle 1 + \sin\varphi _{0}}{\displaystyle 1 + \sin\varphi} \right)^{K}$ (4.20)
$\displaystyle \gamma$ $\textstyle =$ $\displaystyle K (\lambda - \lambda _{0}) - \beta$  
$\displaystyle f$ $\textstyle =$ $\displaystyle 2\Omega \sin\varphi$ (4.21)
$\displaystyle f_{*}$ $\textstyle =$ $\displaystyle 2\Omega \cos\varphi$ (4.22)

4.5 Metric Coefficients and Jacobian


$\displaystyle z$ $\textstyle =$ $\displaystyle z_{s} + \widehat{z} \left( 1 - \frac{\displaystyle z_{s}}{\displaystyle H} \right)$ (4.23)
$\displaystyle d_{xx}$ $\textstyle =$ $\displaystyle \overline{ \left[ \frac{\displaystyle\overline{\left(a+ \delta _{...
...\; \frac{\displaystyle 1}{\displaystyle m}\; \delta_{x}\widehat{x} \right]}^{x}$ (4.24)
$\displaystyle d_{yy}$ $\textstyle =$ $\displaystyle \overline{ \left[\frac{\displaystyle \overline{\left(a+ \delta _{...
...a}
\frac{\displaystyle 1}{\displaystyle m}\; \delta_y \widehat{y} \right] }^{y}$ (4.25)
$\displaystyle d_{zx}$ $\textstyle =$ $\displaystyle \delta_{x} z$ (4.26)
$\displaystyle d_{zy}$ $\textstyle =$ $\displaystyle \delta_{y} z$ (4.27)
$\displaystyle d_{zz}$ $\textstyle =$ $\displaystyle \overline{\delta_{z} z}^z$ (4.28)
$\displaystyle J$ $\textstyle =$ $\displaystyle \left(
\frac{\displaystyle \overline{ \left( a+ \delta _{1}\delta...
...le m} \right)^{2} \;
\delta_x \widehat{x} \; \delta_y \widehat{y} \; \delta_z z$ (4.29)

4.6 Contravariant Velocity Components


$\displaystyle \overline{\tilde{\rho}}^{x} U^{c} \;$ $\textstyle =$ $\displaystyle \overline{\tilde{\rho}}^{x} \frac{\displaystyle u }{\displaystyle d_{xx}}$ (4.30)
$\displaystyle \overline{\tilde{\rho}}^{y} V^{c} \;$ $\textstyle =$ $\displaystyle \overline{\tilde{\rho}}^{y} \frac{\displaystyle v }{\displaystyle d_{yy}}$ (4.31)
$\displaystyle \overline{\tilde{\rho}}^{z} W^{c} \;$ $\textstyle =$ $\displaystyle \frac{\displaystyle 1}{\displaystyle d_{zz}}
\left[\overline{\til...
...lde{\rho}}^{y} v }{\displaystyle d_{yy}}
\right)}^{z}
d_{zy}\right)}^{y}\right]$ (4.32)

4.7 Time Derivatives


$\displaystyle \frac{\displaystyle\partial}{\displaystyle\partial t}(\tilde{\rho} u )$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{t } \left[ \overline{ \left( \overline{\tilde{\rho}}^{x} u
\right)}^{t} \right]$ (4.33)
$\displaystyle \frac{\displaystyle\partial}{\displaystyle\partial t}(\tilde{\rho} v )$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{t } \left[ \overline{ \left( \overline{ \tilde{\rho}}^{y} v
\right)}^{t} \right]$ (4.34)
$\displaystyle \frac{\displaystyle\partial}{\displaystyle\partial t}(\tilde{\rho} w)$ $\textstyle \Longrightarrow$ $\displaystyle \delta_{t } \left[
\overline{ \left( \overline{\tilde{\rho}}^{z} w \right)}^{t} \right]$ (4.35)

4.8 Advection


$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{x}} (\tilde{\rho} U^{c} \; u )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{x} \left[
\overline{ \left(
\overline{\tilde{\rho}}^{x} U^{c} \; \right)}^{x}
\overline{ u }^{x}
\right]$ (4.36)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{y}} (\tilde{\rho} V^{c} \; u )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{y} \left[
\overline{ \left(
\overline{ \tilde{\rho}}^{y} V^{c} \; \right)}^{x} \overline{ u }^{y}
\right]$ (4.37)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{z}} (\tilde{\rho} W^{c} \; u )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta _{z} \left[ \overline{ \left(
\overline{\tilde{\rho}}^{z} W^{c} \; \right)}^{x}
\overline{ u }^{z}
\right]$ (4.38)
       
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{x}} (\tilde{\rho} U^{c} \; v )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{x} \left[\overline{ \left(
\overline{\tilde{\rho}}^{x} U^{c} \; \right)}^{y} \overline{ v }^{x}
\right]$ (4.39)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{y}} (\tilde{\rho} V^{c} \; v )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{y} \left[\overline{ \left(
\overline{ \tilde{\rho}}^{y} V^{c} \; \right)}^{y} \overline{ v }^{y}
\right]$ (4.40)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{z}} (\tilde{\rho} W^{c} \; v )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{z} \left[ \overline{ \left(
\overline{ \tilde{\rho}}^{z} W^{c} \; \right)}^{y} \overline{ v }^{z}
\right]$ (4.41)
       
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{x}} (\tilde{\rho} U^{c} \; w)$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{x} \left[\overline{ \left(
\overline{ \tilde{\rho}}^{x}
U^{c} \; \right)}^{z} \overline{ w}^{x} \right]$ (4.42)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{y}} (\tilde{\rho} V^{c} \; w )$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{y} \left[\overline{ \left(
\overline{ \tilde{\rho}}^{y} V^{c} \; \right)}^{z}\overline{
w }^{y}\right]$ (4.43)
$\displaystyle - \frac{\displaystyle\partial }{\displaystyle\partial \overline{z}} (\tilde{\rho} W^{c} \; w)$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_{z} \left[ \overline{ \left(
\overline{ \tilde{\rho}}^{z} W^{c} \; \right)}^{z}\overline{w}^{z} \right]$ (4.44)

4.9 Curvature Terms


$\displaystyle \delta _{2}\tilde{\rho} u v
\frac{\displaystyle \cos\gamma}{\displaystyle r \cos\varphi} (\sin\varphi -K)$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{2} \overline{\tilde{\rho}}^{x} u
\overline{\left(\overli...
...\frac{\displaystyle 1}{\displaystyle\overline{a+\delta _{1} z}^{z}}\right)}^{x}$ (4.45)
$\displaystyle \delta _{2}\tilde{\rho} v ^{2} \frac{\displaystyle \sin\gamma }{\displaystyle r \cos \varphi} (\sin\varphi -K)$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{2} \overline{\left( \overline{\left(\overline{\tilde{\rh...
...\frac{\displaystyle 1}{\displaystyle\overline{a+\delta _{1} z}^{z}}\right)}^{x}$ (4.46)
$\displaystyle - \delta _{2}\delta _{1} \tilde{\rho}\frac{\displaystyle u w}{\displaystyle r}$ $\textstyle \Longrightarrow$ $\displaystyle - \delta _{2}\delta _{1} \overline{\tilde{\rho}}^{x} u
\overline{...
...yle\overline{ w}^{z}}{\displaystyle\overline{a+\delta _{1} z}^{z}} \right)}^{x}$ (4.47)
       
$\displaystyle - \delta _{2}\tilde{\rho} u ^{2} \frac{\displaystyle \cos\gamma}{\displaystyle r \cos\varphi} (\sin\varphi -K)$ $\textstyle \Longrightarrow$ $\displaystyle - \delta _{2}
\overline{\left(\overline{\left(
\overline{\tilde{\...
...\frac{\displaystyle 1}{\displaystyle\overline{a+\delta _{1} z}^{z}}\right)}^{y}$ (4.48)
$\displaystyle - \delta _{2}\tilde{\rho} u v
\frac{\displaystyle\sin\gamma}{\displaystyle r \cos \varphi} (\sin\varphi -K)$ $\textstyle \Longrightarrow$ $\displaystyle - \delta _{2} \overline{\tilde{\rho}}^{y} v
\overline{\left( \ove...
...\frac{\displaystyle 1}{\displaystyle\overline{a+\delta _{1} z}^{z}}\right)}^{y}$ (4.49)
$\displaystyle - \delta _{2}\delta _{1} \tilde{\rho}\frac{\displaystyle v w}{\displaystyle r}$ $\textstyle \Longrightarrow$ $\displaystyle - \delta_1\delta _{2}\delta _{1}\overline{\tilde{\rho}}^{y}
v \ov...
...le\overline{ w}^{z}}{\displaystyle
\overline{a+\delta _{1} z}^{z}} \right)}^{y}$ (4.50)
       
$\displaystyle \delta _{2}\delta _{1}\tilde{\rho}\frac{\displaystyle u ^{2}+ v ^{2} }{\displaystyle r}$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{2}\delta _{1}
\overline{\left(\frac{\displaystyle \overl...
...y} v ^{2}\right)}^{y}}{\displaystyle\overline{a+\delta _{1} z}^{z}}\right)}^{z}$ (4.51)

4.10 Coriolis Force


$\displaystyle - \delta _{1} \tilde{\rho} f \cos\gamma w$ $\textstyle \Longrightarrow$ $\displaystyle - \delta _{1} \overline{ \left(\tilde{\rho} f \cos\gamma \overline{
w}^{z}\right)}^{x}$ (4.52)
$\displaystyle \tilde{\rho} f v$ $\textstyle \Longrightarrow$ $\displaystyle \overline{ \left(\tilde{\rho} f
\overline{ v }^{y} \right)}^{x}$ (4.53)
$\displaystyle -\delta _{1}\tilde{\rho} f \sin\gamma w$ $\textstyle \Longrightarrow$ $\displaystyle -\delta _{1} \overline{ \left(\tilde{\rho} f \sin\gamma \overline{
w}^{z}\right)}^{y}$ (4.54)
$\displaystyle - \tilde{\rho} f u$ $\textstyle \Longrightarrow$ $\displaystyle - \overline{ \left( \tilde{\rho} f \overline{ u }^{x}\right)}^{y}$ (4.55)
$\displaystyle \delta _{1}\tilde{\rho} f(\sin\gamma v + \cos\gamma u )$ $\textstyle \Longrightarrow$ $\displaystyle \delta _{1} \overline{ \left(\tilde{\rho} f
\cos\gamma \overline{...
..._{1} \overline{ \left(\tilde{\rho} f
\sin\gamma \overline{ v }^{y}\right)}^{z }$ (4.56)

4.11 Pressure Gradient


$\displaystyle - \tilde{\rho}\frac{\displaystyle 1}{\displaystyle d_{xx}}
\frac{\displaystyle\partial \Phi}{\displaystyle\partial \overline{x}}$ $\textstyle \Longrightarrow$ $\displaystyle - \overline{ \tilde{\rho}}^{x}\frac{\displaystyle\delta_{x} \Phi}{\displaystyle d_{xx}}$ (4.57)
$\displaystyle \tilde{\rho}\frac{\displaystyle d_{zx}}{\displaystyle d_{xx}d_{zz}}
\frac{\displaystyle\partial \Phi}{\displaystyle\partial \overline{z}}$ $\textstyle \Longrightarrow$ $\displaystyle \overline{ \tilde{\rho}}^{x} \frac{\displaystyle 1}{\displaystyle...
...splaystyle\delta_{z} \Phi}{\displaystyle d_{zz}} \right)}^{x}d_{zx}\right)}^{z}$ (4.58)
$\displaystyle - \tilde{\rho}\frac{\displaystyle 1}{\displaystyle d_{yy}}
\frac{\displaystyle\partial \Phi}{\displaystyle\partial \overline{y}}$ $\textstyle \Longrightarrow$ $\displaystyle - \overline{ \tilde{\rho}}^{y}
\frac{\displaystyle\delta_{y} \Phi}{\displaystyle d_{yy}}$ (4.59)
$\displaystyle \tilde{\rho}\frac{\displaystyle d_{zy}}{\displaystyle d_{yy}d_{zz}}
\frac{\displaystyle\partial \Phi}{\displaystyle\partial \overline{z}}$ $\textstyle \Longrightarrow$ $\displaystyle \overline{ \tilde{\rho}}^{y} \frac{\displaystyle 1}{\displaystyle...
...splaystyle\delta_{z} \Phi}{\displaystyle d_{zz}}
\right)}^{y}d_{zy}\right)}^{z}$ (4.60)
$\displaystyle - \tilde{\rho}\frac{\displaystyle 1}{\displaystyle d_{zz}}
\frac{\displaystyle\partial \Phi}{\displaystyle\partial \overline{z}}$ $\textstyle \Longrightarrow$ $\displaystyle - \overline{ \tilde{\rho}}^{z} \frac{\displaystyle\delta_{z}
\Phi}{\displaystyle d_{zz}}$ (4.61)

4.12 Buoyancy Term


\begin{displaymath}
\tilde{\rho} g \frac{\displaystyle\theta_v ' }{\displaystyle...
...yle\theta_v ' }{\displaystyle\overline{\theta}_v}\right) }^{z}
\end{displaymath} (4.62)

4.13 Thermodynamic Equation


$\displaystyle \delta _{t } \left[ \overline{ \left( \tilde{\rho} \theta
\right)}^{t} \right]$ $\textstyle =$ $\displaystyle - \delta_{x} \left[\overline{\left(
\tilde{\rho} \theta\right)}^{...
...lta_{z} \left[\overline{ \left(
\tilde{\rho}\theta\right)}^{z} W^{c} \;
\right]$  
    $\displaystyle +\tilde{\rho} \left[ {R_d+r_vR_v\over R_d}{C_{pd} \over C_{ph}}-1...
...t]
{\theta \over \Pi_{ref}} \overline{ {w \over d_{zz} } \delta_z \Pi_{ref} }^z$  
    $\displaystyle + {\tilde{\rho}\over \Pi_{ref} C_{ph}} \left[
L_m {D(r_i+r_s+r_g+r_h)\over Dt} - L_v {Dr_v\over Dt} + {\cal H} \right]$ (4.63)

4.14 Continuity Equation


\begin{displaymath}
\delta_{x} \left[ \overline{\tilde{\rho}}^{x} U^{c} \; \righ...
...lta_{z} \left[ \overline{\tilde{\rho}}^{z} W^{c} \; \right] =0
\end{displaymath} (4.64)

4.15 Pressure Equation

For convenience, the discretization of the pressure equation is described in Chapter 7.


next up previous contents
Next: 5. Lateral Boundary Conditions Up: book1 Previous: 3. Coordinate Systems   Contents
serveur WWW de Meso-NH
2002-01-08