/[MITgcm]/manual/s_examples/deep_convection/convection.tex
ViewVC logotype

Diff of /manual/s_examples/deep_convection/convection.tex

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

revision 1.4 by edhill, Wed Jul 30 13:42:52 2003 UTC revision 1.8 by jmc, Tue Jan 15 18:11:50 2008 UTC
# Line 1  Line 1 
1  \section{Surface Driven Convection}  \section{Surface Driven Convection}
2  \label{www:tutorials}  \label{www:tutorials}
3  \label{sect:eg-bconv}  \label{sect:eg-bconv}
4    \begin{rawhtml}
5    <!-- CMIREDIR:eg-bconv: -->
6    \end{rawhtml}
7    \begin{center}
8    (in directory: {\it verification/tutorial\_deep\_convection/})
9    \end{center}
10    
11  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
12    
# Line 26  with an initially uniform temperature of Line 32  with an initially uniform temperature of
32  \label{FIG:eg-bconv-simulation_config}  \label{FIG:eg-bconv-simulation_config}
33  \end{figure}  \end{figure}
34    
35  This experiment, figure \ref{FIG:eg-bconv-simulation_config}, showcasing MITgcm's non-hydrostatic capability, was designed to explore  This experiment, figure \ref{FIG:eg-bconv-simulation_config}, showcasing MITgcm's non-hydrostatic
36    capability, was designed to explore
37  the temporal and spatial characteristics of convection plumes as they might exist during a  the temporal and spatial characteristics of convection plumes as they might exist during a
38  period of oceanic deep convection. It is  period of oceanic deep convection. The files for this experiment can be found in the verification
39    directory under tutorial\_deep\_convection. It is
40    
41  \begin{itemize}  \begin{itemize}
42  \item non-hydrostatic  \item non-hydrostatic
# Line 280  are Line 288  are
288    
289  \item Line 4,  \item Line 4,
290  \begin{verbatim}  \begin{verbatim}
291       4   tRef=20*20.0,       4   tRef=20*20.0,
292  \end{verbatim}  \end{verbatim}
293  this line sets  this line sets
294  the initial and reference values of potential temperature at each model  the initial and reference values of potential temperature at each model
295  level in units of $^{\circ}$C. Here the value is arbitrary since, in this case, the  level in units of $^{\circ}\mathrm{C}$. Here the value is arbitrary since, in this case, the
296  flow evolves independently of the absolute magnitude of the reference temperature.  flow evolves independently of the absolute magnitude of the reference temperature.
297  For each depth level the initial and reference profiles will be uniform in  For each depth level the initial and reference profiles will be uniform in
298  $x$ and $y$. The values specified are read into the  $x$ and $y$. The values specified are read into the
# Line 310  S/R INI\_THETA ({\it ini\_theta.F}) Line 318  S/R INI\_THETA ({\it ini\_theta.F})
318    
319  \item Line 5,  \item Line 5,
320  \begin{verbatim}  \begin{verbatim}
321       5   sRef=20*35.0,       5   sRef=20*35.0,
322  \end{verbatim}  \end{verbatim}
323  this line sets the initial and reference values of salinity at each model  this line sets the initial and reference values of salinity at each model
324  level in units of ppt. In this case salinity is set to an (arbitrary) uniform value of  level in units of ppt. In this case salinity is set to an (arbitrary) uniform value of
# Line 340  S/R INI\_SALT ({\it ini\_salt.F}) Line 348  S/R INI\_SALT ({\it ini\_salt.F})
348    
349  \item Line 6,  \item Line 6,
350  \begin{verbatim}  \begin{verbatim}
351       6   viscAh=0.1,       6   viscAh=0.1,
352  \end{verbatim}  \end{verbatim}
353  this line sets the horizontal laplacian dissipation coefficient to  this line sets the horizontal laplacian dissipation coefficient to
354  0.1 ${\rm m^{2}s^{-1}}$. Boundary conditions  0.1 ${\rm m^{2}s^{-1}}$. Boundary conditions
# Line 371  S/R CALC\_GW ({\it calc\_gw.F}) Line 379  S/R CALC\_GW ({\it calc\_gw.F})
379    
380  \item Line 7,  \item Line 7,
381  \begin{verbatim}  \begin{verbatim}
382       7   viscAz=0.1,       7   viscAz=0.1,
383  \end{verbatim}  \end{verbatim}
384  this line sets the vertical laplacian frictional dissipation coefficient to  this line sets the vertical laplacian frictional dissipation coefficient to
385  0.1 ${\rm m^{2}s^{-1}}$. Boundary conditions  0.1 ${\rm m^{2}s^{-1}}$. Boundary conditions

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22