/[MITgcm]/manual/s_examples/advection_in_gyre/adv_gyre.tex
ViewVC logotype

Diff of /manual/s_examples/advection_in_gyre/adv_gyre.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.15 by jmc, Fri Aug 27 13:25:31 2010 UTC revision 1.16 by jmc, Mon Aug 30 23:09:19 2010 UTC
# Line 5  Line 5 
5    
6    
7  \section[Gyre Advection Example]{Ocean Gyre Advection Schemes}  \section[Gyre Advection Example]{Ocean Gyre Advection Schemes}
8  \label{www:tutorials}  %\label{www:tutorials}
9  \label{sect:eg-adv-gyre}  \label{sec:eg-adv-gyre}
10  \begin{rawhtml}  \begin{rawhtml}
11  <!-- CMIREDIR:eg-adv-gyre: -->  <!-- CMIREDIR:eg-adv-gyre: -->
12  \end{rawhtml}  \end{rawhtml}
# Line 19  Author: Oliver Jahn and Chris Hill Line 19  Author: Oliver Jahn and Chris Hill
19    
20    
21  This set of examples is based on the barotropic and baroclinic gyre MITgcm configurations,  This set of examples is based on the barotropic and baroclinic gyre MITgcm configurations,
22  that are described in the tutorial sections \ref{sect:eg-baro} and \ref{sect:eg-fourlayer}.  that are described in the tutorial sections \ref{sec:eg-baro} and \ref{sec:eg-fourlayer}.
23  The examples in this section explain how to introduce a passive tracer into the flow  The examples in this section explain how to introduce a passive tracer into the flow
24  field of the barotropic and baroclinic gyre setups and looks at how the time evolution  field of the barotropic and baroclinic gyre setups and looks at how the time evolution
25  of the passive tracer depends on the advection or transport scheme that is selected  of the passive tracer depends on the advection or transport scheme that is selected
# Line 28  for the tracer. Line 28  for the tracer.
28  Passive tracers are useful in many numerical experiments. In some cases tracers are  Passive tracers are useful in many numerical experiments. In some cases tracers are
29  used to track flow pathways, for example in \cite{Dutay02} a passive tracer is used  used to track flow pathways, for example in \cite{Dutay02} a passive tracer is used
30  to track pathways of CFC-11 in 13 global ocean models, using a numerical  to track pathways of CFC-11 in 13 global ocean models, using a numerical
31  configuration similar to the example described in section \ref{sect:eg-offline-cfc}).  configuration similar to the example described in section \ref{sec:eg-offline-cfc}).
32  In other cases tracers are used as a way  In other cases tracers are used as a way
33  to infer bulk mixing coefficients for a turbulent flow field, for example in  to infer bulk mixing coefficients for a turbulent flow field, for example in
34  \cite{marsh06} a tracer is used to infer eddy mixing coefficients in the  \cite{marsh06} a tracer is used to infer eddy mixing coefficients in the
# Line 51  and behavior. Line 51  and behavior.
51  In general, the tracer problem we want to solve can be written  In general, the tracer problem we want to solve can be written
52    
53  \begin{equation}  \begin{equation}
54  \label{EQ:eg-adv-gyre-generic-tracer}  \label{eq:eg-adv-gyre-generic-tracer}
55  \frac{\partial C}{partial t} = -U \cdot \nabla C + S  \frac{\partial C}{partial t} = -U \cdot \nabla C + S
56  \end{equation}  \end{equation}
57    
58  where $C$ is the tracer concentration in a model cell, $U$ is the model three-dimensional  where $C$ is the tracer concentration in a model cell, $U$ is the model three-dimensional
59  flow field ( $U=(u,v,w)$ ). In (\ref{EQ:eg-adv-gyre-generic-tracer}) $S$ represents source, sink  flow field ( $U=(u,v,w)$ ). In (\ref{eq:eg-adv-gyre-generic-tracer}) $S$ represents source, sink
60  and tendency terms not associated with advective transport. Example of terms in $S$ include  and tendency terms not associated with advective transport. Example of terms in $S$ include
61  (i) air-sea fluxes for a dissolved gas, (ii) biological grazing and growth terms (for a  (i) air-sea fluxes for a dissolved gas, (ii) biological grazing and growth terms (for a
62  biogeochemical problem) or (iii) convective mixing and other sub-grid parameterizations of  biogeochemical problem) or (iii) convective mixing and other sub-grid parameterizations of

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22