99 |
\begin{center} |
\begin{center} |
100 |
\begin{tabular}[h]{|ccc|c|c|}\hline |
\begin{tabular}[h]{|ccc|c|c|}\hline |
101 |
\multicolumn{3}{|c|}{Horizontal} & Vertical & Time \\ |
\multicolumn{3}{|c|}{Horizontal} & Vertical & Time \\ |
102 |
\textit{H0}: location & \textit{H1}: dimensions & \textit{H2}: halo |
\textbf{H0}: location & \textbf{H1}: dimensions & \textbf{H2}: halo |
103 |
& \textit{V}: location & \textit{T}: level \\\hline |
& \textbf{V}: location & \textbf{T}: level \\\hline |
104 |
\texttt{-} & xy & Hn & \texttt{-} & \texttt{-} \\ |
\texttt{-} & xy & Hn & \texttt{-} & \texttt{-} \\ |
105 |
U & x & Hy & i & t \\ |
U & x & Hy & i & t \\ |
106 |
V & y & & c & \\ |
V & y & & c & \\ |
114 |
\texttt{pkg/mnc/pre-defined\_grids.txt}. |
\texttt{pkg/mnc/pre-defined\_grids.txt}. |
115 |
\end{center} |
\end{center} |
116 |
|
|
117 |
|
The variable type is an association between a variable type name and the |
118 |
|
following items: |
119 |
|
\begin{center} |
120 |
|
\begin{tabular}[h]{|ll|}\hline |
121 |
|
\textbf{Item} & \textbf{Purpose} \\\hline |
122 |
|
grid type & defines the in-memory arrangement \\ |
123 |
|
\texttt{bi,bj} dimensions & tiling indices, if present \\\hline |
124 |
|
\end{tabular} |
125 |
|
\end{center} |
126 |
|
and is used by the \texttt{mnc\_cw\_*\_[R|W]} subroutines for reading |
127 |
|
and writing variables. |
128 |
|
|
129 |
|
|
130 |
\subsubsection{An Example} |
\subsubsection{An Example} |
131 |
|
|