/[MITgcm]/manual/s_algorithm/text/notation.tex
ViewVC logotype

Contents of /manual/s_algorithm/text/notation.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download) (as text)
Thu Oct 25 18:36:53 2001 UTC (23 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint57l_post
Changes since 1.5: +4 -4 lines
File MIME type: application/x-tex
We can't spell

1 % $Header: /u/u0/gcmpack/mitgcmdoc/part2/notation.tex,v 1.5 2001/09/11 16:05:00 cnh Exp $
2 % $Name: $
3
4 \subsection{Notation}
5
6 The notations we use to describe the discrete formulation
7 of the model are summarized hereafter:\\
8 general notation:
9 \\ $\Delta x, \Delta y, \Delta r$ grid spacing in X,Y,R directions.
10 \\ $A_o$ : Area of the face orthogonal to "o" direction (o=u,v,w ...).
11 \\ ${\cal V}_u , {\cal V}_v , {\cal V}_v , {\cal V}_\theta$ :
12 Volume of the grid box surrounding $u,v,w,\theta$ point;
13 \\ $i,j,k$ : current index relative to X,Y,R directions;
14 \\basic operator:
15 \\ $\delta_i $ : $\delta_i \Phi = \Phi_{i+1/2} - \Phi_{i-1/2} $
16 \label{eq:delta_i}
17 \\ $\overline{~}i$ : $\overline{\Phi}^i = ( \Phi_{i+1/2} + \Phi_{i-1/2} ) / 2 $
18 \label{eq:bar_i}
19 \\ $\delta_x $ : $\delta_x \Phi = \frac{1}{\Delta x} \delta_i \Phi $
20 \label{eq:delta_x}
21 \\
22 \\ $\overline{\nabla}$ = gradient operator :
23 $\overline{\nabla} \Phi = \{ \delta_x \Phi , \delta_y \Phi \}$
24 \label{eq:d_grad}
25 \\ $\overline{\nabla} \cdot$ = divergence operator :
26 $\overline{\nabla}\cdot \vec{\mathrm{f}} =
27 \frac{1}{\cal A} \{ \delta_i \Delta y \mathrm{f}_x
28 + \delta_j \Delta x \mathrm{f}_y \} $
29 \label{eq:d_div}
30 \\ $\overline{\nabla}^2 $ = Laplacian operator :
31 $ \overline{\nabla}^2 \Phi =
32 \overline{\nabla}\cdot \overline{\nabla}\Phi $
33 \label{eq:d_lap}

  ViewVC Help
Powered by ViewVC 1.1.22