<p><b>dwj07@fsu.edu</b> 2012-03-20 11:07:23 -0600 (Tue, 20 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Cleaning up baroclinic_channel makeMeshes script some more.<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-20 16:49:49 UTC (rev 1683)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/makeMeshes.sh        2012-03-20 17:07:23 UTC (rev 1684)
@@ -33,8 +33,8 @@
 #######################################################
 ## Setup Variables for different run initializations ##
 #######################################################
-TIME_STEPPERS[&quot;config_time_integration&quot;]=&quot;rk4 se1 se20 use&quot;
-TIME_STEPS[&quot;config_dt&quot;]=&quot;1 5 10 20 40 80 160&quot;
+TIME_STEPPERS[&quot;config_time_integration&quot;]=&quot;rk4&quot;
+TIME_STEPS[&quot;config_dt&quot;]=&quot;40&quot;
 
 DEFAULT_TIME_INTEGRATOR=&quot;'split_explicit'&quot;
 DEFAULT_SUBCYCLES=20
@@ -44,7 +44,7 @@
 ## Setup Default namelist keys and values to update later ##
 ############################################################
 i=0
-KEYS[$i]=&quot;config_run_duration&quot;;           VALUES[$i]=&quot;'0200_00:00:40'&quot;; i=$i+1;
+KEYS[$i]=&quot;config_run_duration&quot;;           VALUES[$i]=&quot;'0200_00:00:00'&quot;; i=$i+1;
 KEYS[$i]=&quot;config_input_name&quot;;             VALUES[$i]=&quot;'grid.nc'&quot;; i=$i+1;
 KEYS[$i]=&quot;config_output_name&quot;;            VALUES[$i]=&quot;'output.nc'&quot;; i=$i+1;
 KEYS[$i]=&quot;config_restart_name&quot;;           VALUES[$i]=&quot;'restart.nc'&quot;; i=$i+1;

</font>
</pre>