/[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.6 by edhill, Sat Apr 8 01:50:50 2006 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    
8  \bodytext{bgcolor="#FFFFFFFF"}  \bodytext{bgcolor="#FFFFFFFF"}
9    
# Line 280  are Line 283  are
283    
284  \item Line 4,  \item Line 4,
285  \begin{verbatim}  \begin{verbatim}
286       4   tRef=20*20.0,       4   tRef=20*20.0,
287  \end{verbatim}  \end{verbatim}
288  this line sets  this line sets
289  the initial and reference values of potential temperature at each model  the initial and reference values of potential temperature at each model
290  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
291  flow evolves independently of the absolute magnitude of the reference temperature.  flow evolves independently of the absolute magnitude of the reference temperature.
292  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
293  $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 313  S/R INI\_THETA ({\it ini\_theta.F})
313    
314  \item Line 5,  \item Line 5,
315  \begin{verbatim}  \begin{verbatim}
316       5   sRef=20*35.0,       5   sRef=20*35.0,
317  \end{verbatim}  \end{verbatim}
318  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
319  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 343  S/R INI\_SALT ({\it ini\_salt.F})
343    
344  \item Line 6,  \item Line 6,
345  \begin{verbatim}  \begin{verbatim}
346       6   viscAh=0.1,       6   viscAh=0.1,
347  \end{verbatim}  \end{verbatim}
348  this line sets the horizontal laplacian dissipation coefficient to  this line sets the horizontal laplacian dissipation coefficient to
349  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 374  S/R CALC\_GW ({\it calc\_gw.F})
374    
375  \item Line 7,  \item Line 7,
376  \begin{verbatim}  \begin{verbatim}
377       7   viscAz=0.1,       7   viscAz=0.1,
378  \end{verbatim}  \end{verbatim}
379  this line sets the vertical laplacian frictional dissipation coefficient to  this line sets the vertical laplacian frictional dissipation coefficient to
380  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.6

  ViewVC Help
Powered by ViewVC 1.1.22