/[MITgcm]/manual/s_examples/tracer_adjsens/co2sens.tex
ViewVC logotype

Diff of /manual/s_examples/tracer_adjsens/co2sens.tex

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

revision 1.6 by cnh, Thu Feb 28 19:32:19 2002 UTC revision 1.7 by adcroft, Thu May 16 15:54:37 2002 UTC
# Line 2  Line 2 
2  % $Name$  % $Name$
3    
4  \section{Centennial Time Scale Tracer Injection}  \section{Centennial Time Scale Tracer Injection}
5    \label{www:tutorials}
6  \label{sect:eg-simple-tracer}  \label{sect:eg-simple-tracer}
7    
8  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
# Line 17  Line 18 
18  %\end{center}  %\end{center}
19    
20  \subsection{Introduction}  \subsection{Introduction}
21    \label{www:tutorials}
22    
23  This document describes the fourth example MITgcm experiment.  This document describes the fourth example MITgcm experiment.
24  This example illustrates the use of  This example illustrates the use of
# Line 24  the MITgcm to perform sensitivity analys Line 26  the MITgcm to perform sensitivity analys
26  large scale ocean circulation simulation.  large scale ocean circulation simulation.
27    
28  \subsection{Overview}  \subsection{Overview}
29    \label{www:tutorials}
30    
31  This example experiment demonstrates using the MITgcm to simulate  This example experiment demonstrates using the MITgcm to simulate
32  the planetary ocean circulation. The simulation is configured  the planetary ocean circulation. The simulation is configured
# Line 82  The configuration is illustrated in figu Line 85  The configuration is illustrated in figu
85    
86    
87  \subsection{Discrete Numerical Configuration}  \subsection{Discrete Numerical Configuration}
88    \label{www:tutorials}
89    
90    
91   The model is configured in hydrostatic form.  The domain is discretised with   The model is configured in hydrostatic form.  The domain is discretised with
# Line 175  elevation $\eta$ and the hydrostatic pre Line 179  elevation $\eta$ and the hydrostatic pre
179  \\  \\
180    
181  \subsubsection{Numerical Stability Criteria}  \subsubsection{Numerical Stability Criteria}
182    \label{www:tutorials}
183    
184  The Laplacian dissipation coefficient, $A_{h}$, is set to $400 m s^{-1}$.  The Laplacian dissipation coefficient, $A_{h}$, is set to $400 m s^{-1}$.
185  This value is chosen to yield a Munk layer width \cite{adcroft:95},  This value is chosen to yield a Munk layer width \cite{adcroft:95},
# Line 253  S_{c} = \frac{c_{g} \delta t}{ \Delta x} Line 258  S_{c} = \frac{c_{g} \delta t}{ \Delta x}
258  stability limit of 0.25.  stability limit of 0.25.
259        
260  \subsection{Code Configuration}  \subsection{Code Configuration}
261    \label{www:tutorials}
262  \label{SEC:code_config}  \label{SEC:code_config}
263    
264  The model configuration for this experiment resides under the  The model configuration for this experiment resides under the
# Line 272  experiments. Below we describe the custo Line 278  experiments. Below we describe the custo
278  to these files associated with this experiment.  to these files associated with this experiment.
279    
280  \subsubsection{File {\it input/data}}  \subsubsection{File {\it input/data}}
281    \label{www:tutorials}
282    
283  This file, reproduced completely below, specifies the main parameters  This file, reproduced completely below, specifies the main parameters
284  for the experiment. The parameters that are significant for this configuration  for the experiment. The parameters that are significant for this configuration
# Line 474  notes. Line 481  notes.
481  \end{small}  \end{small}
482    
483  \subsubsection{File {\it input/data.pkg}}  \subsubsection{File {\it input/data.pkg}}
484    \label{www:tutorials}
485    
486  This file uses standard default values and does not contain  This file uses standard default values and does not contain
487  customizations for this experiment.  customizations for this experiment.
488    
489  \subsubsection{File {\it input/eedata}}  \subsubsection{File {\it input/eedata}}
490    \label{www:tutorials}
491    
492  This file uses standard default values and does not contain  This file uses standard default values and does not contain
493  customizations for this experiment.  customizations for this experiment.
494    
495  \subsubsection{File {\it input/windx.sin\_y}}  \subsubsection{File {\it input/windx.sin\_y}}
496    \label{www:tutorials}
497    
498  The {\it input/windx.sin\_y} file specifies a two-dimensional ($x,y$)  The {\it input/windx.sin\_y} file specifies a two-dimensional ($x,y$)
499  map of wind stress ,$\tau_{x}$, values. The units used are $Nm^{-2}$.  map of wind stress ,$\tau_{x}$, values. The units used are $Nm^{-2}$.
# Line 494  in MITgcm. The included matlab program { Line 504  in MITgcm. The included matlab program {
504  code for creating the {\it input/windx.sin\_y} file.  code for creating the {\it input/windx.sin\_y} file.
505    
506  \subsubsection{File {\it input/topog.box}}  \subsubsection{File {\it input/topog.box}}
507    \label{www:tutorials}
508    
509    
510  The {\it input/topog.box} file specifies a two-dimensional ($x,y$)  The {\it input/topog.box} file specifies a two-dimensional ($x,y$)
# Line 505  The included matlab program {\it input/g Line 516  The included matlab program {\it input/g
516  code for creating the {\it input/topog.box} file.  code for creating the {\it input/topog.box} file.
517    
518  \subsubsection{File {\it code/SIZE.h}}  \subsubsection{File {\it code/SIZE.h}}
519    \label{www:tutorials}
520    
521  Two lines are customized in this file for the current experiment  Two lines are customized in this file for the current experiment
522    
# Line 531  the vertical domain extent in grid point Line 543  the vertical domain extent in grid point
543  \end{small}  \end{small}
544    
545  \subsubsection{File {\it code/CPP\_OPTIONS.h}}  \subsubsection{File {\it code/CPP\_OPTIONS.h}}
546    \label{www:tutorials}
547    
548  This file uses standard default values and does not contain  This file uses standard default values and does not contain
549  customizations for this experiment.  customizations for this experiment.
550    
551    
552  \subsubsection{File {\it code/CPP\_EEOPTIONS.h}}  \subsubsection{File {\it code/CPP\_EEOPTIONS.h}}
553    \label{www:tutorials}
554    
555  This file uses standard default values and does not contain  This file uses standard default values and does not contain
556  customizations for this experiment.  customizations for this experiment.
557    
558  \subsubsection{Other Files }  \subsubsection{Other Files }
559    \label{www:tutorials}
560    
561  Other files relevant to this experiment are  Other files relevant to this experiment are
562  \begin{itemize}  \begin{itemize}

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22