<p><b>dwj07@fsu.edu</b> 2012-03-02 08:55:37 -0700 (Fri, 02 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding linear eos as default in namelist.<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-02 15:51:48 UTC (rev 1575)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2012-03-02 15:55:37 UTC (rev 1576)
@@ -12,7 +12,7 @@
 ###############################################################
 ## Change reference spacing, time_step, and viscosities here ##
 ###############################################################
-REF_TIME_STEP=&quot;240&quot;
+REF_TIME_STEP=&quot;60&quot;
 REF_VISC_H=&quot;10.0&quot;
 REF_VISC_V=&quot;0.0001&quot;
 REF_SPACING=&quot;10000.0&quot;
@@ -47,6 +47,7 @@
 KEYS[9]=&quot;config_bottom_drag_coeff&quot;;  VALUES[9]=&quot;1.0e-2&quot;;
 KEYS[10]=&quot;config_vert_visc_type&quot;;    VALUES[10]=&quot;'const'&quot;;
 KEYS[11]=&quot;config_vert_diff_type&quot;;    VALUES[11]=&quot;'const'&quot;;
+KEYS[12]=&quot;config_eos_type&quot;;          VALUES[12]=&quot;'linear'&quot;;
 
 #################################################
 ## Build perfect hex meshes using periodic_hex ##

</font>
</pre>