<p><b>dwj07@fsu.edu</b> 2012-04-04 15:12:48 -0600 (Wed, 04 Apr 2012)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        core_ocean documents only<br>
<br>
        Adding description of namelist flags.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/documents/ocean/current_design_doc/monotonic_advection/monotonic_advection.tex
===================================================================
--- trunk/documents/ocean/current_design_doc/monotonic_advection/monotonic_advection.tex        2012-04-04 19:16:30 UTC (rev 1748)
+++ trunk/documents/ocean/current_design_doc/monotonic_advection/monotonic_advection.tex        2012-04-04 21:12:48 UTC (rev 1749)
@@ -305,6 +305,47 @@
 mpas\_ocn\_tracer\_advection\_tend routine is a driver routine that computes
 the tendency cause from tracer advection.
 
+\section{Namelist Options}
+
+Within the new advection module there are several namelist options available.
+This section will serve to describe each of them.
+
+\begin{itemize}
+        \item config\_vert\_tracer\_adv\_order \\
+                This option determines the order of the flux reconstruction used for
+                vertical advection. It is only used when the FCT is turned off. Within
+                FCT advection only third or lower reconstuctions are used, and the user
+                currently cannot choose the order. \\
+                Available options include: 2, 3, 4
+        \item config\_horiz\_tracer\_adv\_order  \\
+                This option determines the order of the flux reconstuction used for
+                horizontal advection. Contrary to the vertical advection, this is used
+                in all cases. When the FCT is turned off this determines the only order
+                that is used for advection. When the FCT is turned on, this determines
+                the order that will be blended with the 1st order upwind flux. \\
+                Available options include: 2, 3, 4
+        \item config\_thickness\_adv\_order \\
+                This option determines the order for the reconstruction of the
+                thickness field to edges. \\
+                Available options include: 2, 3, 4
+        \item config\_coef\_3rd\_order \\
+                This option sets the coefficient for $\beta$ in the horizontal
+                advection equations above. It is only used when
+                config\_horiz\_tracer\_adv\_order is equal to 3, and is overridded to
+                be 0 when the horizontal order is chosen to be 4. \\
+                Available options include: Any positive real number. Preferrably between 0 and 1. \\
+                Optimal option: 0.25
+        \item config\_monotonic \\
+                This option enables or disables the FCT. \\
+                Available options include: .true., .false.
+        \item config\_check\_monotonicity
+                This option provides a debugging mode where the model will check for
+                monotonicity on each tracer field, on each time step. If the tracer is
+                not monotonic the module returns an error flag which can be handled
+                however the programmer wants. \\
+                Available options include: .true., .false.
+\end{itemize}
+
 \chapter{Implementation Issues}
 
 \section{Vertical Level Idexing}

</font>
</pre>