9 |
\section[Offline Example]{Offline Experiments} |
\section[Offline Example]{Offline Experiments} |
10 |
\label{www:tutorials} |
\label{www:tutorials} |
11 |
\label{sect:eg-offline} |
\label{sect:eg-offline} |
12 |
|
\begin{center} |
13 |
|
(in directory: {\it verification/tutorial\_offline/}\\ |
14 |
|
\end{center} |
15 |
|
|
16 |
%\begin{center} |
%\begin{center} |
17 |
%{\Large \bf Using MITgcm to Perform Offline Tracer Exeriments} |
%{\Large \bf Using MITgcm to Perform Offline Tracer Exeriments} |
48 |
|
|
49 |
\subsection{Code Configuration} |
\subsection{Code Configuration} |
50 |
\label{www:tutorials} |
\label{www:tutorials} |
51 |
\label{SEC:eg_fourl_code_config} |
\label{SEC:eg_offl_code_config} |
52 |
|
|
53 |
\noindent The model configuration for this experiment resides under the |
\noindent The model configuration for this experiment resides under the |
54 |
directory {\it verification/tutorial\_offline}. The experiment files |
directory {\it verification/tutorial\_offline}. The experiment files |
189 |
\begin{itemize} |
\begin{itemize} |
190 |
\item Line 39 |
\item Line 39 |
191 |
\begin {verbatim} |
\begin {verbatim} |
192 |
phiMin=-90., |
ygOrigin=-90., |
193 |
\end{verbatim} |
\end{verbatim} |
194 |
\end{itemize} |
\end{itemize} |
195 |
|
|
196 |
\noindent This line sets the southern boundary of the modeled domain |
\noindent This line sets the southern boundary of the modeled domain |
197 |
to $0^{\circ}$ latitude. This value affects both the generation of the |
to $-90^{\circ}$ latitude N ($90^{\circ}$ S). This value affects both |
198 |
|
the generation of the |
199 |
locally orthogonal grid that the model uses internally and affects the |
locally orthogonal grid that the model uses internally and affects the |
200 |
initialization of the coriolis force. Note - it is not required to |
initialization of the coriolis force. Note - it is not required to |
201 |
set a longitude boundary, since the absolute longitude does not alter |
set a longitude boundary, since the absolute longitude does not alter |
279 |
36 delR= 50., 70., 100., 140., 190., |
36 delR= 50., 70., 100., 140., 190., |
280 |
37 240., 290., 340., 390., 440., |
37 240., 290., 340., 390., 440., |
281 |
38 490., 540., 590., 640., 690., |
38 490., 540., 590., 640., 690., |
282 |
39 phiMin=-90., |
39 ygOrigin=-90., |
283 |
40 dxSpacing=2.8125, |
40 dxSpacing=2.8125, |
284 |
41 dySpacing=2.8125, |
41 dySpacing=2.8125, |
285 |
42 & |
42 & |
674 |
|
|
675 |
\subsection{A more complicated example} |
\subsection{A more complicated example} |
676 |
\label{sect:eg-offline-cfc} |
\label{sect:eg-offline-cfc} |
677 |
|
\begin{center} |
678 |
|
(in directory: {\it verification/tutorial\_cfc\_offline/}\\ |
679 |
|
\end{center} |
680 |
|
|
681 |
\noindent The last example demonstrated simple advection of a passive |
\noindent The last example demonstrated simple advection of a passive |
682 |
tracer using the offline form of the MITgcm. Now we present a more |
tracer using the offline form of the MITgcm. Now we present a more |