--- manual/s_examples/rotating_tank/tank.tex 2005/06/14 20:09:04 1.12 +++ manual/s_examples/rotating_tank/tank.tex 2010/08/30 23:09:20 1.18 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/s_examples/rotating_tank/tank.tex,v 1.12 2005/06/14 20:09:04 afe Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/s_examples/rotating_tank/tank.tex,v 1.18 2010/08/30 23:09:20 jmc Exp $ % $Name: $ \bodytext{bgcolor="#FFFFFFFF"} @@ -14,27 +14,26 @@ %\end{center} \section{A Rotating Tank in Cylindrical Coordinates} -\label{sect:eg-tank} -\label{www:tutorials} +\label{sec:eg-tank} +%\label{www:tutorials} \begin{rawhtml} \end{rawhtml} - -This section illustrates an example of MITgcm simulating a laboratory -experiment on much smaller scales than those commonly considered in -geophysical -fluid dynamics. +\begin{center} +(in directory: {\it verification/rotating\_tank/}) +\end{center} \subsection{Overview} -\label{www:tutorials} +%\label{www:tutorials} This example configuration demonstrates using the MITgcm to simulate a laboratory demonstration using a differentially heated rotating annulus of water. The simulation is configured for a laboratory scale -on a $3^{\circ}$ $\times$ 1cm cyclindrical grid with twenty-nine +on a $3^{\circ}\times1\mathrm{cm}$ cyclindrical grid with twenty-nine vertical levels of 0.5cm each. This is a typical laboratory setup for illustration principles of GFD, as well as for a laboratory data -assimilation project. +assimilation project. The files for this experiment can be found in +the verification directory under rotating\_tank. \\ example illustration from GFD lab here @@ -45,11 +44,11 @@ \subsection{Equations Solved} -\label{www:tutorials} +%\label{www:tutorials} \subsection{Discrete Numerical Configuration} -\label{www:tutorials} +%\label{www:tutorials} The domain is discretised with a uniform cylindrical grid spacing in the horizontal set to $\Delta a=1$~cm and $\Delta \phi=3^{\circ}$, so @@ -63,8 +62,8 @@ something about heat flux \subsection{Code Configuration} -\label{www:tutorials} -\label{SEC:eg-baro-code_config} +%\label{www:tutorials} +\label{sec:eg-tank-code_config} The model configuration for this experiment resides under the directory {\it verification/rotatingi\_tank/}. The experiment files @@ -84,7 +83,7 @@ to these files associated with this experiment. \subsubsection{File {\it input/data}} -\label{www:tutorials} +%\label{www:tutorials} This file, reproduced completely below, specifies the main parameters for the experiment. The parameters that are significant for this configuration @@ -210,14 +209,14 @@ ($x,y,z$) map and is enumerated and formatted in the same manner as the bathymetry file. -\item Lines 66 and 57 +\item Lines 66 and 67 \begin{verbatim} tCylIn = 0 tCylOut = 20 \end{verbatim} These line specify the temperatures in degrees Celsius of the interior and exterior walls of the tank -- typically taken to be icewater on -the inside and room temperature on the inside. +the inside and room temperature on the outside. \end{itemize} @@ -227,23 +226,23 @@ notes. \begin{small} -\input{part3/case_studies/rotating_tank/input/data} +\input{s_examples/rotating_tank/input/data} \end{small} \subsubsection{File {\it input/data.pkg}} -\label{www:tutorials} +%\label{www:tutorials} This file uses standard default values and does not contain customizations for this experiment. \subsubsection{File {\it input/eedata}} -\label{www:tutorials} +%\label{www:tutorials} This file uses standard default values and does not contain customizations for this experiment. \subsubsection{File {\it input/thetaPol.bin}} -\label{www:tutorials} +%\label{www:tutorials} The {\it input/thetaPol.bin} file specifies a three-dimensional ($x,y,z$) map of initial values of $\theta$ in degrees Celsius. This particular @@ -251,7 +250,7 @@ perturbations. \subsubsection{File {\it input/bathyPol.bin}} -\label{www:tutorials} +%\label{www:tutorials} The {\it input/bathyPol.bin} file specifies a two-dimensional ($x,y$) @@ -261,7 +260,7 @@ in the same way as standard MITgcm two-dimensional, horizontal arrays. \subsubsection{File {\it code/SIZE.h}} -\label{www:tutorials} +%\label{www:tutorials} Two lines are customized in this file for the current experiment @@ -280,18 +279,18 @@ \end{itemize} \begin{small} -\input{part3/case_studies/rotating_tank/code/SIZE.h} +\input{s_examples/rotating_tank/code/SIZE.h} \end{small} \subsubsection{File {\it code/CPP\_OPTIONS.h}} -\label{www:tutorials} +%\label{www:tutorials} This file uses standard default values and does not contain customizations for this experiment. \subsubsection{File {\it code/CPP\_EEOPTIONS.h}} -\label{www:tutorials} +%\label{www:tutorials} This file uses standard default values and does not contain customizations for this experiment.