<p><b>dwj07@fsu.edu</b> 2012-03-20 15:03:46 -0600 (Tue, 20 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Changing mv to cp of dx directories, to remove error messages when the test cases are already setup.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2012-03-20 20:50:43 UTC (rev 1689)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2012-03-20 21:03:46 UTC (rev 1690)
@@ -250,7 +250,7 @@
 
                 mv ocean.nc ${BASE_DIR}/grid.nc
                 mv graph.info ${BASE_DIR}/graph.info
-                mv dx ${BASE_DIR}/.
+                cp -R dx ${BASE_DIR}/.
 
                 ## Copy executable to run directory
                 if [ $# -ge 1  ]; then

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/makeMeshes.sh        2012-03-20 20:50:43 UTC (rev 1689)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/makeMeshes.sh        2012-03-20 21:03:46 UTC (rev 1690)
@@ -250,7 +250,7 @@
 
                 mv ocean.nc ${BASE_DIR}/grid.nc
                 mv graph.info ${BASE_DIR}/graph.info
-                mv dx ${BASE_DIR}/.
+                cp -R dx ${BASE_DIR}/.
 
                 ## Copy executable to run directory
                 if [ $# -ge 1  ]; then

</font>
</pre>