<p><b>dwj07@fsu.edu</b> 2013-04-02 14:18:39 -0600 (Tue, 02 Apr 2013)</p><p><br>
        -- DOCUMENT COMMIT --<br>
<br>
        Adding images to title page of Ocean users guide.<br>
<br>
        Adding link to newest PIO documentation in build instructions.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/documents/users_guide/mpas_ocean_users_guide.tex
===================================================================
--- trunk/documents/users_guide/mpas_ocean_users_guide.tex        2013-04-02 20:14:47 UTC (rev 2710)
+++ trunk/documents/users_guide/mpas_ocean_users_guide.tex        2013-04-02 20:18:39 UTC (rev 2711)
@@ -9,6 +9,7 @@
 \usepackage[hang]{subfigure}
 \usepackage{natbib}
 \usepackage{placeins}
+\usepackage{eso-pic}
 
 \definecolor{black}{rgb}{0.0,0.0,0.0}
 \definecolor{darkblue}{rgb}{0.0,0.0,0.5}
@@ -33,7 +34,17 @@
 \setlength\LTleft\parindent
 \setlength\LTright\fill
 
+</font>
<font color="gray">ewcommand\BackgroundPic{%
+        \put(0,0){%
+                \parbox[b][\paperheight]{\paperwidth}{%
+                        \centering
+                        \includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{ocean/figures/MPAS_LOGO_Ocean.png}%
+                        \vfill
+                        \includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{ocean/figures/ke_x1_15km.pdf}%
+}}}
+
 \begin{document}
+\AddToShipoutPicture*{\BackgroundPic}
 
 \title{MPAS-Ocean Model User's Guide \\ Version: \version}
 

Added: trunk/documents/users_guide/ocean/figures/MPAS_LOGO_Ocean.png
===================================================================
(Binary files differ)

Index: trunk/documents/users_guide/ocean/figures/MPAS_LOGO_Ocean.png
===================================================================
--- trunk/documents/users_guide/ocean/figures/MPAS_LOGO_Ocean.png        2013-04-02 20:14:47 UTC (rev 2710)
+++ trunk/documents/users_guide/ocean/figures/MPAS_LOGO_Ocean.png        2013-04-02 20:18:39 UTC (rev 2711)

Property changes on: trunk/documents/users_guide/ocean/figures/MPAS_LOGO_Ocean.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/documents/users_guide/ocean/figures/ke_x1_15km.pdf
===================================================================
(Binary files differ)

Index: trunk/documents/users_guide/ocean/figures/ke_x1_15km.pdf
===================================================================
--- trunk/documents/users_guide/ocean/figures/ke_x1_15km.pdf        2013-04-02 20:14:47 UTC (rev 2710)
+++ trunk/documents/users_guide/ocean/figures/ke_x1_15km.pdf        2013-04-02 20:18:39 UTC (rev 2711)

Property changes on: trunk/documents/users_guide/ocean/figures/ke_x1_15km.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/documents/users_guide/shared/mpas_build_instructions.tex
===================================================================
--- trunk/documents/users_guide/shared/mpas_build_instructions.tex        2013-04-02 20:14:47 UTC (rev 2710)
+++ trunk/documents/users_guide/shared/mpas_build_instructions.tex        2013-04-02 20:18:39 UTC (rev 2711)
@@ -65,6 +65,11 @@
 
 \subsection{PIO}
 
+Additional documentation for PIO can be found at
+\url{http://www.cesm.ucar.edu/models/pio_new/}. The instructions at this
+website might be more up-to-date than the instructions contained in this
+document, so please refer to them if you run into any issues.
+
 Due to the rapid development pace of PIO, the preferred method of obtaining the PIO library is via subversion checkout. The PIO repository URL
 can be found at \url{http://code.google.com/p/parallelio/}.
 Assuming that all environment variables mentioned in the preceding sections are

</font>
</pre>