<p><b>akt@lanl.gov</b> 2012-12-17 14:42:11 -0700 (Mon, 17 Dec 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Setting up CICE projects directory.<br>
        Initial branch for CICE core development.<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-14 20:44:31 UTC (rev 2351)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2012-12-17 21:42:11 UTC (rev 2352)
@@ -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&quot;
+REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas -r 2223&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-14 20:44:31 UTC (rev 2351)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.front        2012-12-17 21:42:11 UTC (rev 2352)
@@ -1,8 +1,8 @@
 FILE_OFFSET = -DOFFSET64BIT
 gfortran:
                 ( $(MAKE) all \
-        &quot;SFC = gfortran&quot; \
-        &quot;SCC = gcc&quot; \
+        &quot;SFC = mpif90&quot; \
+        &quot;SCC = mpicc&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-14 20:44:31 UTC (rev 2351)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/makeMeshes.sh        2012-12-17 21:42:11 UTC (rev 2352)
@@ -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>