<p><b>ringler@lanl.gov</b> 2013-03-13 14:29:02 -0600 (Wed, 13 Mar 2013)</p><p>adding stubs for other test cases<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/documents/users_guide/ocean/test_case_descriptions.tex
===================================================================
--- trunk/documents/users_guide/ocean/test_case_descriptions.tex        2013-03-13 20:14:22 UTC (rev 2607)
+++ trunk/documents/users_guide/ocean/test_case_descriptions.tex        2013-03-13 20:29:02 UTC (rev 2608)
@@ -2,4 +2,6 @@
 \label{chap:ocean_test_cases}
 
 \input{ocean/test_cases/baroclinic_channel.tex}
+\input{ocean/test_cases/overflow.tex}
+\input{ocean/test_cases/realWorld.tex}
 

Added: trunk/documents/users_guide/ocean/test_cases/overflow.tex
===================================================================
--- trunk/documents/users_guide/ocean/test_cases/overflow.tex                                (rev 0)
+++ trunk/documents/users_guide/ocean/test_cases/overflow.tex        2013-03-13 20:29:02 UTC (rev 2608)
@@ -0,0 +1,31 @@
+\section{Overflow}
+\label{sec:overflow_description}
+describe test case here
+
+\subsection{Provided Files}
+\label{subsec:overflow_files}
+
+\begin{itemize}
+        \item grid.nc: \\
+                This is the input grid file that includes initial conditions.  \\
+                It can be visualized in the same way output files can to see the initial conditions.
+        \item graph.info: \\
+                This file is a graph of all of the cells in the mesh. \\
+                It is used to decompose the mesh into partition files.
+        \item graph.info.part.2: \\
+                This is a partition file for use with a 2 processor run. \\
+                The graph.info file has been decomposed into two blocks for this file.
+        \item graph.info.part.4: \\
+                This is a partition file for use with a 4 processor run. \\
+                The graph.info file has been decomposed into four blocks for this file.
+        \item graph.info.part.8: \\
+                This is a partition file for use with a 8 processor run. \\
+                The graph.info file has been decomposed into eight blocks for this file.
+        \item namelist.input: \\
+                This is the namelist file with all parameters for the run. \\
+                It has a default setup which when run provides the results in the next section.
+\end{itemize}
+
+\subsection{Results}
+\label{subsecc:overflow_results}
+results here

Added: trunk/documents/users_guide/ocean/test_cases/realWorld.tex
===================================================================
--- trunk/documents/users_guide/ocean/test_cases/realWorld.tex                                (rev 0)
+++ trunk/documents/users_guide/ocean/test_cases/realWorld.tex        2013-03-13 20:29:02 UTC (rev 2608)
@@ -0,0 +1,31 @@
+\section{Real World Configuration}
+\label{sec:realWorld_description}
+describe test case here
+
+\subsection{Provided Files}
+\label{subsec:realWorld_files}
+
+\begin{itemize}
+        \item grid.nc: \\
+                This is the input grid file that includes initial conditions.  \\
+                It can be visualized in the same way output files can to see the initial conditions.
+        \item graph.info: \\
+                This file is a graph of all of the cells in the mesh. \\
+                It is used to decompose the mesh into partition files.
+        \item graph.info.part.2: \\
+                This is a partition file for use with a 2 processor run. \\
+                The graph.info file has been decomposed into two blocks for this file.
+        \item graph.info.part.4: \\
+                This is a partition file for use with a 4 processor run. \\
+                The graph.info file has been decomposed into four blocks for this file.
+        \item graph.info.part.8: \\
+                This is a partition file for use with a 8 processor run. \\
+                The graph.info file has been decomposed into eight blocks for this file.
+        \item namelist.input: \\
+                This is the namelist file with all parameters for the run. \\
+                It has a default setup which when run provides the results in the next section.
+\end{itemize}
+
+\subsection{Results}
+\label{subsecc:realWorld_results}
+results here

</font>
</pre>