<p><b>dwj07@fsu.edu</b> 2011-12-02 13:21:18 -0700 (Fri, 02 Dec 2011)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Fixing some small bugs in driver script.<br>
<br>
        Turning off horizontal scaling on viscosity of lock_exchange problem.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh        2011-12-02 19:34:40 UTC (rev 1232)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/makeMeshes.sh        2011-12-02 20:21:18 UTC (rev 1233)
@@ -120,6 +120,7 @@
                 D_SPACING=`echo &quot;scale=4; ${SPACING}/${REF_SPACING}&quot; | bc`
                 TIME_STEP=`echo &quot;scale=4; $D_SPACING * $REF_TIME_STEP&quot; | bc`
                 VISC_H=`echo &quot;scale=4; ($D_SPACING^4)*${REF_VISC_H}&quot; | bc`
+                VISC_H=`echo ${REF_VISC_H}`
                 VISC_V=`echo ${REF_VISC_V}`
                 STATS=`echo &quot; $TOTAL_TIME / $TIME_STEP / 10 &quot; | bc`
 

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2011-12-02 19:34:40 UTC (rev 1232)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2011-12-02 20:21:18 UTC (rev 1233)
@@ -149,13 +149,13 @@
                 echo &quot;Total time: ${TIME}&quot; &gt;&gt; fourth
 
                 echo &quot;${KM}&quot; ${PROCS} ${TIME} &gt;&gt; timing_results2_${CASE}.txt
-                echo `cat time_tmp` &quot;  ${TIME}&quot; &gt; time_tmp
 
-                echo &quot;${PROC}  &quot; &gt;&gt; timing_results3_front
-                echo &quot; ${TIME} ; ... % ${NAME}&quot; &gt;&gt; timing_results3_back
+                echo &quot;${PROCS}  &quot; &gt;&gt; timing_results3_front
+                echo &quot; ${TIME} ; ... % ${NAME}-${PROCS}procs&quot; &gt;&gt; timing_results3_back
         done
 
-        echo &quot;     ]'/86400.;&quot; &gt;&gt; timing_results3_back
+        echo &quot;]&quot; &gt;&gt; timing_results3_front
+        echo &quot;     ]/86400.;&quot; &gt;&gt; timing_results3_back
 
         paste first second third fourth &gt; timing_results_${CASE}.txt
 
@@ -163,7 +163,6 @@
         cat timing_results3_back &gt;&gt; timing_results3_${CASE}.txt
 
         rm -f first second third fourth timing_results3_front timing_results3_back
-        rm -f time_tmp
 } #}}}
 
 clean_mpas () { #{{{

</font>
</pre>