<p><b>dwj07@fsu.edu</b> 2013-02-28 11:40:20 -0700 (Thu, 28 Feb 2013)</p><p><br>
        -- DOCUMENT COMMIT --<br>
<br>
        Adding struct descriptions.<br>
        Brief for now, could be expanded later.<br>
</p><hr noshade><pre><font color="gray">Added: trunk/documents/users_guide/ocn/section_descriptions/diagnostics.tex
===================================================================
--- trunk/documents/users_guide/ocn/section_descriptions/diagnostics.tex                                (rev 0)
+++ trunk/documents/users_guide/ocn/section_descriptions/diagnostics.tex        2013-02-28 18:40:20 UTC (rev 2518)
@@ -0,0 +1,2 @@
+The diagnostics type contains a set of diagnostics variables that are only
+generally used in specific parts of MPAS-Ocean.

Added: trunk/documents/users_guide/ocn/section_descriptions/mesh.tex
===================================================================
--- trunk/documents/users_guide/ocn/section_descriptions/mesh.tex                                (rev 0)
+++ trunk/documents/users_guide/ocn/section_descriptions/mesh.tex        2013-02-28 18:40:20 UTC (rev 2518)
@@ -0,0 +1,5 @@
+The mesh data type contains a single time level. The fields inside the mesh
+structure are not assumed to be time dependent. This data structure contains
+fields that describe the mesh, and the connectivity of the mesh. Several of the
+fields contained in this structure are shared throguhout all MPAS dynamical
+cores.

Added: trunk/documents/users_guide/ocn/section_descriptions/state.tex
===================================================================
--- trunk/documents/users_guide/ocn/section_descriptions/state.tex                                (rev 0)
+++ trunk/documents/users_guide/ocn/section_descriptions/state.tex        2013-02-28 18:40:20 UTC (rev 2518)
@@ -0,0 +1,3 @@
+The state data structure contains a set of pronositic and diagnositc fields
+that are time dependent. The fields contained inside of state have two time
+levels available in the default version of MPAS-Ocean.

Added: trunk/documents/users_guide/ocn/section_descriptions/tend.tex
===================================================================
--- trunk/documents/users_guide/ocn/section_descriptions/tend.tex                                (rev 0)
+++ trunk/documents/users_guide/ocn/section_descriptions/tend.tex        2013-02-28 18:40:20 UTC (rev 2518)
@@ -0,0 +1,2 @@
+The tend data structure represents the tendencies used to time step the
+prognostic variables within the state structure. 

Modified: trunk/documents/users_guide/ocn/variable_table_documentation.tex
===================================================================
--- trunk/documents/users_guide/ocn/variable_table_documentation.tex        2013-02-28 18:33:55 UTC (rev 2517)
+++ trunk/documents/users_guide/ocn/variable_table_documentation.tex        2013-02-28 18:40:20 UTC (rev 2518)
@@ -1,6 +1,7 @@
 \chapter{Variable definions}
 \section{state}
 \label{sec:var_tab_state}
+\input{ocn/section_descriptions/state.tex}
 {\small
 \begin{center}
 \begin{longtable}{| p{2.0in} | p{4.0in} |}
@@ -160,6 +161,7 @@
 }
 \section{mesh}
 \label{sec:var_tab_mesh}
+\input{ocn/section_descriptions/mesh.tex}
 {\small
 \begin{center}
 \begin{longtable}{| p{2.0in} | p{4.0in} |}
@@ -333,6 +335,7 @@
 }
 \section{tend}
 \label{sec:var_tab_tend}
+\input{ocn/section_descriptions/tend.tex}
 {\small
 \begin{center}
 \begin{longtable}{| p{2.0in} | p{4.0in} |}
@@ -356,6 +359,7 @@
 }
 \section{diagnostics}
 \label{sec:var_tab_diagnostics}
+\input{ocn/section_descriptions/diagnostics.tex}
 {\small
 \begin{center}
 \begin{longtable}{| p{2.0in} | p{4.0in} |}

</font>
</pre>