<p><b>dwj07@fsu.edu</b> 2013-02-05 15:28:47 -0700 (Tue, 05 Feb 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding a document which describes how to build MPAS-O within the CESM.<br>
</p><hr noshade><pre><font color="gray">Added: branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.pdf
===================================================================
(Binary files differ)

Index: branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.pdf
===================================================================
--- branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.pdf        2013-02-05 22:08:58 UTC (rev 2441)
+++ branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.pdf        2013-02-05 22:28:47 UTC (rev 2442)

Property changes on: branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.tex
===================================================================
--- branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.tex                                (rev 0)
+++ branches/ocean_projects/generic_forcing/mpas_cesm_build_instructions.tex        2013-02-05 22:28:47 UTC (rev 2442)
@@ -0,0 +1,39 @@
+\documentclass[11pt]{report}
+
+\usepackage{epsf,amsmath,amsfonts}
+\usepackage{graphicx}
+\usepackage{listings}
+
+\begin{document}
+
+\title{How to build MPAS-O within the CESM}
+\author{MPAS Development Team}
+
+\maketitle
+\tableofcontents
+
+%-----------------------------------------------------------------------
+
+\chapter{Instructions}
+
+MPAS-O currently has build options that support building within the CESM. Some minor modifications need to be made within CESM in order to support MPAS-O. This document {\bf does not} describe how to setup a run, or how to build mapping files.
+
+To begin, the following files need to be modified within CESM
+\begin{lstlisting}
+ccsm_utils/Case.template/config_compsets.xml
+ccsm_utils/Case.template/config_definition.xml
+\end{lstlisting}
+
+A compset needs to be defined which uses MPAS-O, and MPAS-O needs to be added to config\_definition.xml as an option for an ocn component.
+
+In order to checkout the source code, these lines need to be added to the SVN\_EXTERNAL\_DIRECTORIES file in the root of a CESM checkout.
+\begin{lstlisting}
+models/ocn/mpas-o/src           https://svn-mpas-model.cgd.ucar.edu/branches/ocean_projects/generic_forcing/src
+models/ocn/mpas-o/bld           https://svn-mpas-model.cgd.ucar.edu/branches/ocean_projects/generic_forcing/src/ocean_cesm_driver/bld
+\end{lstlisting}
+
+Assuming the previously described steps are performed correctly, a case directory can be setup using the defined compset. After which CESM can be built/run as is typical.
+
+Currently, MPAS-O assumes all of it's namelist file is named mpaso.in and resides in \$\{CASEROOT\}/run . This file defines the paths to the grid/output/partition files.
+
+\end{document}

</font>
</pre>