--- manual/s_examples/baroclinic_gyre/fourlayer.tex 2006/06/27 19:08:22 1.21 +++ manual/s_examples/baroclinic_gyre/fourlayer.tex 2008/01/15 21:48:27 1.25 @@ -1,4 +1,4 @@ -% $Header: /home/ubuntu/mnt/e9_copy/manual/s_examples/baroclinic_gyre/fourlayer.tex,v 1.21 2006/06/27 19:08:22 molod Exp $ +% $Header: /home/ubuntu/mnt/e9_copy/manual/s_examples/baroclinic_gyre/fourlayer.tex,v 1.25 2008/01/15 21:48:27 cnh Exp $ % $Name: $ \section[Baroclinic Gyre MITgcm Example]{Four Layer Baroclinic Ocean Gyre In Spherical Coordinates} @@ -7,6 +7,9 @@ \begin{rawhtml} \end{rawhtml} +\begin{center} +(in directory: {\it verification/tutorial\_baroclinic\_gyre/}) +\end{center} \bodytext{bgcolor="#FFFFFFFF"} @@ -352,7 +355,8 @@ \label{SEC:eg_fourl_code_config} The model configuration for this experiment resides under the -directory {\it verification/exp2/}. The experiment files +directory {\it verification/tutorial\_barotropic\_gyre/}. +The experiment files \begin{itemize} \item {\it input/data} \item {\it input/data.pkg} @@ -417,18 +421,12 @@ coefficient to $1 \times 10^{-2} {\rm m^{2}s^{-1}}$. Boundary conditions for this operator are specified later. The variable \varlink{viscAh}{viscAh} is read in the routine - \varlink{INI\_PARMS}{INI_PARMS} and applied in routines - \varlink{CALC\_MOM\_RHS}{CALC_MOM_RHS} and - \varlink{CALC\_GW}{CALC_GW}. + \varlink{INI\_PARMS}{INI_PARMS} and applied in routine + \varlink{MOM\_FLUXFORM}{MOM_FLUXFORM}. \fbox{ \begin{minipage}{5.0in} - {\it S/R CALC\_MOM\_RHS}({\it calc\_mom\_rhs.F}) - \end{minipage} -} -\fbox{ - \begin{minipage}{5.0in} - {\it S/R CALC\_GW}({\it calc\_gw.F}) + {\it S/R MOM\_FLUXFORM}({\it mom\_fluxform.F}) \end{minipage} } @@ -446,10 +444,10 @@ \fbox{ \begin{minipage}{5.0in} - {\it S/R CALC\_MOM\_RHS}({\it calc\_mom\_rhs.F}) + {\it S/R MOM\_FLUXFORM}({\it mom\_fluxform.F}) \end{minipage} } - \filelink{calc\_mom\_rhs.F}{calc_mom_rhs.F} + \filelink{mom\_fluxform.F}{pkg-mom_fluxform-mom_fluxform.F} \item Lines 9, \begin{verbatim} @@ -460,14 +458,14 @@ at $z=-H$, where $H$ is the local depth of the domain. The variable \varlink{no\_slip\_bottom}{no\_slip\_bottom} is read in the routine \filelink{INI\_PARMS}{model-src-ini_parms.F} and is applied in the - routine \varlink{CALC\_MOM\_RHS}{CALC_MOM_RHS}. + routine \varlink{MOM\_FLUXFORM}{MOM_FLUXFORM}. \fbox{ \begin{minipage}{5.0in} - {\it S/R CALC\_MOM\_RHS}({\it calc\_mom\_rhs.F}) + {\it S/R MOM\_FLUXFORM}({\it mom\_fluxform.F}) \end{minipage} } - \filelink{calc\_mom\_rhs.F}{calc_mom_rhs.F} + \filelink{mom\_fluxform.F}{pkg-mom_fluxform-mom_fluxform.F} \item Line 10, \begin{verbatim}