1 |
afe |
1.3 |
% $Header: /u/u3/gcmpack/manual/part6/exch2.tex,v 1.2 2004/01/28 18:08:22 afe Exp $ |
2 |
afe |
1.1 |
% $Name: $ |
3 |
|
|
|
4 |
|
|
%% * Introduction |
5 |
|
|
%% o what it does, citations (refs go into mitgcm_manual.bib, |
6 |
|
|
%% preferably in alphabetic order) |
7 |
|
|
%% o Equations |
8 |
|
|
%% * Key subroutines and parameters |
9 |
|
|
%% * Reference material (auto generated from Protex and structured comments) |
10 |
|
|
%% o automatically inserted at \section{Reference} |
11 |
|
|
|
12 |
|
|
|
13 |
|
|
\section{exch2: Extended Cubed Sphere Exchange} |
14 |
afe |
1.3 |
\label{sec:exch2} |
15 |
|
|
|
16 |
afe |
1.1 |
|
17 |
|
|
\subsection{Introduction} |
18 |
afe |
1.2 |
|
19 |
|
|
The exch2 package is an extension to the original cubed sphere exchanges |
20 |
|
|
to allow more flexible domain decomposition and parallelization. Cube faces |
21 |
|
|
(subdomain) may be divided into whatever number of tiles that divide evenly |
22 |
|
|
into the grid point dimensions of the subdomain. Furthermore, the individual |
23 |
|
|
tiles may be run on different processors in any combination, (tone this down |
24 |
|
|
a bit), and whether exchanges between particular tiles occur between different |
25 |
|
|
processors is decided at runtime. |
26 |
afe |
1.1 |
|
27 |
|
|
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
\subsection{Key Routines} |
34 |
|
|
|
35 |
|
|
|
36 |
|
|
|
37 |
|
|
\subsection{References} |