<p><b>dwj07@fsu.edu</b> 2011-09-06 10:27:58 -0600 (Tue, 06 Sep 2011)</p><p><br>
        Adding a basic description of the initial condition generator.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/performance/MPASOceanTesting.pdf
===================================================================
(Binary files differ)

Modified: branches/ocean_projects/performance/MPASOceanTesting.tex
===================================================================
--- branches/ocean_projects/performance/MPASOceanTesting.tex        2011-09-02 18:23:32 UTC (rev 977)
+++ branches/ocean_projects/performance/MPASOceanTesting.tex        2011-09-06 16:27:58 UTC (rev 978)
@@ -28,6 +28,25 @@
 
 \chapter{Requirements}
 
+\section{Initial Condition Generator}
+Date last modified: 2011/09/06 \\
+Contributors: (Doug Jacobsen, others?) \\
+
+Because of the variety of initial conditions and grids required for the various
+test cases, an initial condition generator will be developed. This code will
+include routines for modifying existing grids, removing portions of the grid,
+as well as applying initial conditions for all fields required to run a test
+case.
+
+This code should be well documented so users can easily add a new routine for a
+test case they are interested in, or modify the code to create a grid specific
+to a run they want to perform.
+
+It will read in an MPAS grid, and write out a new MPAS grid file with the
+associated fields set correctly. In addition to this it will output a new
+graph.info file for use with metis.
+
+
 \section{Unit Tests}
 Date last modified: 2011/09/02 \\
 Contributors: (Phil Jones) \\
@@ -68,7 +87,16 @@
 %-----------------------------------------------------------------------
 
 \chapter{Design and Implementation}
+\section{Initial Condition Generator}
+Date last modified: 2011/09/06 \\
+Contributors: (Doug Jacobsen, Others?) \\
 
+This software should be written in a user friendly way and well documented such that a user should easily be able to pick it up, use it, and modify it if needed. It should include routines for the initial conditions of each test case described below, and will allow for a variety of different grids to be generated with the required initial conditions.
+
+This tool should allow the removal of module\_test\_cases.F from within the MPAS source.
+
+Each test case described in this document should be implemented in this new tool, allowing a grid to be initialized with the correct values for it. In addition to these test cases, the shallow water test cases from Williamson will be implemented, allowing the removal of module\_test\_cases.F from the shallow water core.
+
 \section{Unit Tests}
 Date last modified: 2011/09/02 \\
 Contributors: (Doug Jacobsen, Phil Jones) \\

</font>
</pre>