<p><b>dwj07@fsu.edu</b> 2012-02-07 15:32:03 -0700 (Tue, 07 Feb 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Updating horizontal and vertical reference viscosities.<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-02-07 22:21:26 UTC (rev 1475)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2012-02-07 22:32:03 UTC (rev 1476)
@@ -13,8 +13,8 @@
 ## Change reference spacing, time_step, and viscosities here ##
 ###############################################################
 REF_TIME_STEP=&quot;200&quot;
-REF_VISC_H=&quot;1.0&quot;
-REF_VISC_V=&quot;1.0&quot;
+REF_VISC_H=&quot;10.0&quot;
+REF_VISC_V=&quot;0.0001&quot;
 REF_SPACING=&quot;10000.0&quot;
 TOTAL_TIME=&quot;17280000&quot; # in seconds
 
@@ -123,8 +123,8 @@
                 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}`
+                VISC_H=`echo ${REF_VISC_H}` # No Scaling in Horizontal
+                VISC_V=`echo ${REF_VISC_V}` # No Scaling in Vertocal
                 STATS=`echo &quot; $TOTAL_TIME / $TIME_STEP / 10 &quot; | bc`
 
                 echo &quot;     Converting ${NAME} mesh to have ${VERTLEV} levels&quot;

</font>
</pre>