<p><b>dwj07@fsu.edu</b> 2012-03-01 15:42:29 -0700 (Thu, 01 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Changing output of error, to make it easily scripted.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/field_rms_errors.py
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/field_rms_errors.py        2012-03-01 22:38:43 UTC (rev 1566)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/field_rms_errors.py        2012-03-01 22:42:29 UTC (rev 1567)
@@ -39,8 +39,6 @@
 field1 = f1.variables[options.variable][:]
 field2 = f2.variables[options.variable][:]
 
-print f1.variables[options.variable]
-
 junk = dcedge[:]
 resolution = junk.max()
 
@@ -49,8 +47,6 @@
 
 time_length = times.shape[0]
 
-del times
-
 field_size = size(field1)
 
 if field_size == nCells * vert_levs * time_length:
@@ -76,6 +72,6 @@
         rms = rms/(second_dim)
         rms = math.sqrt(rms)
 
-        print &quot;Error at time &quot;,t,rms
+        print t, rms
         del rms
         del diff

</font>
</pre>