| 1 |
afe |
1.2 |
% $Header: /u/u3/gcmpack/manual/part6/exch2.tex,v 1.1 2004/01/28 17:55:15 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 |
|
|
|
| 15 |
|
|
\subsection{Introduction} |
| 16 |
afe |
1.2 |
|
| 17 |
|
|
The exch2 package is an extension to the original cubed sphere exchanges |
| 18 |
|
|
to allow more flexible domain decomposition and parallelization. Cube faces |
| 19 |
|
|
(subdomain) may be divided into whatever number of tiles that divide evenly |
| 20 |
|
|
into the grid point dimensions of the subdomain. Furthermore, the individual |
| 21 |
|
|
tiles may be run on different processors in any combination, (tone this down |
| 22 |
|
|
a bit), and whether exchanges between particular tiles occur between different |
| 23 |
|
|
processors is decided at runtime. |
| 24 |
afe |
1.1 |
|
| 25 |
|
|
|
| 26 |
|
|
|
| 27 |
|
|
|
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
|
| 31 |
|
|
\subsection{Key Routines} |
| 32 |
|
|
|
| 33 |
|
|
|
| 34 |
|
|
|
| 35 |
|
|
\subsection{References} |