<p><b>dwj07@fsu.edu</b> 2012-12-17 15:11:35 -0700 (Mon, 17 Dec 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Reverting an accidental merge I did to test cases directory.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2012-12-17 21:43:13 UTC (rev 2353)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2012-12-17 22:11:35 UTC (rev 2354)
@@ -12,7 +12,7 @@
 # REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas -r 995&quot;
 # REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas --username user --password pass&quot;
 
-REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas -r 2223&quot;
+REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas&quot;
 COMPILE_SET=&quot;gfortran&quot;
 MACHINE_NAME=&quot;lobo&quot;
 MACHINE_PPN=&quot;16&quot;

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.front
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.front        2012-12-17 21:43:13 UTC (rev 2353)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.front        2012-12-17 22:11:35 UTC (rev 2354)
@@ -1,8 +1,8 @@
 FILE_OFFSET = -DOFFSET64BIT
 gfortran:
                 ( $(MAKE) all \
-        &quot;SFC = mpif90&quot; \
-        &quot;SCC = mpicc&quot; \
+        &quot;SFC = gfortran&quot; \
+        &quot;SCC = gcc&quot; \
         &quot;FFLAGS = -O3 -m64 -ffree-line-length-none -fdefault-real-8 -fconvert=big-endian -ffree-form&quot; \
         &quot;CFLAGS = -O3 -m64&quot; \
         &quot;LDFLAGS = -O3 -m64&quot; \

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-12-17 21:43:13 UTC (rev 2353)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/makeMeshes.sh        2012-12-17 22:11:35 UTC (rev 2354)
@@ -136,7 +136,7 @@
 
 echo &quot;   Building Basin&quot;
 # SED METHOD FOR REPLACING A SUBROUTINE
-#sed -ne '/subroutine get_init_conditions/ {p; r basin_src/get_init_conds.F' -e ':a; n; /end subroutine get_init_conditions/ {p; b}; ba}; p' basin_checkout/basin.F &gt; temp.F
+sed -ne '/subroutine get_init_conditions/ {p; r basin_src/get_init_conds.F' -e ':a; n; /end subroutine get_init_conditions/ {p; b}; ba}; p' basin_checkout/basin.F &gt; temp.F
 # BASH METHOD FOR REPLACING A SUBROUTINE
 TOTAL_LINES=`cat basin_checkout/basin.F | wc -l`
 BEGIN_LINE=`grep -n -e '^subroutine get_init_conditions' basin_checkout/basin.F | cut -d : -f 1`

</font>
</pre>