/[MITgcm]/manual/s_algorithm/text/spatial-discrete.tex
ViewVC logotype

Diff of /manual/s_algorithm/text/spatial-discrete.tex

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

revision 1.17 by edhill, Sat Oct 16 03:40:12 2004 UTC revision 1.20 by jmc, Tue Jun 27 19:10:32 2006 UTC
# Line 13  boundaries to intersect a regular grid a Line 13  boundaries to intersect a regular grid a
13  representation of the position of the boundary. We treat the  representation of the position of the boundary. We treat the
14  horizontal and vertical directions as separable and differently.  horizontal and vertical directions as separable and differently.
15    
 \input{part2/notation}  
   
16    
17  \subsection{The finite volume method: finite volumes versus finite difference}  \subsection{The finite volume method: finite volumes versus finite difference}
18  \begin{rawhtml}  \begin{rawhtml}
# Line 150  is bordered by the lengths $\Delta x_f$ Line 148  is bordered by the lengths $\Delta x_f$
148  The model domain is decomposed into tiles and within each tile a  The model domain is decomposed into tiles and within each tile a
149  quasi-regular grid is used. A tile is the basic unit of domain  quasi-regular grid is used. A tile is the basic unit of domain
150  decomposition for parallelization but may be used whether parallelized  decomposition for parallelization but may be used whether parallelized
151  or not; see section \ref{sect:tiles} for more details. Although the  or not; see section \ref{sect:domain_decomposition} for more details.
152  tiles may be patched together in an unstructured manner  Although the tiles may be patched together in an unstructured manner
153  (i.e. irregular or non-tessilating pattern), the interior of tiles is  (i.e. irregular or non-tessilating pattern), the interior of tiles is
154  a structured grid of quadrilateral cells. The horizontal coordinate  a structured grid of quadrilateral cells. The horizontal coordinate
155  system is orthogonal curvilinear meaning we can not necessarily treat  system is orthogonal curvilinear meaning we can not necessarily treat
# Line 370  vertical grid descriptors are stored in Line 368  vertical grid descriptors are stored in
368  The above grid (Fig.~\ref{fig:vgrid}a) is known as the cell centered  The above grid (Fig.~\ref{fig:vgrid}a) is known as the cell centered
369  approach because the tracer points are at cell centers; the cell  approach because the tracer points are at cell centers; the cell
370  centers are mid-way between the cell interfaces.  centers are mid-way between the cell interfaces.
371  This discretisation is selected when the thickness of the  This discretization is selected when the thickness of the
372  levels are provided ({\bf delR}, parameter file {\em data},  levels are provided ({\bf delR}, parameter file {\em data},
373  namelist {\em PARM04})  namelist {\em PARM04})
374  An alternative, the vertex or interface centered approach, is shown in  An alternative, the vertex or interface centered approach, is shown in

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22