<p><b>dwj07@fsu.edu</b> 2013-04-11 15:37:04 -0600 (Thu, 11 Apr 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Cleaning up history attribute when appending.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/history_attribute/src/framework/mpas_io_output.F
===================================================================
--- branches/history_attribute/src/framework/mpas_io_output.F        2013-04-11 21:25:00 UTC (rev 2740)
+++ branches/history_attribute/src/framework/mpas_io_output.F        2013-04-11 21:37:04 UTC (rev 2741)
@@ -346,7 +346,7 @@
       character (len=StrKIND*4) :: runCmd
 
       if(len(trim(domain % history)) &gt; 0) then
-          write(runCmd,'(a,a,i0,a,a,a)') trim(domain % history),'; mpirun -n ',domain % dminfo % nProcs, ' ', trim(domain % coreName), '_model.exe; '
+          write(runCmd,'(a,a,i0,a,a,a)') trim(domain % history),' mpirun -n ',domain % dminfo % nProcs, ' ', trim(domain % coreName), '_model.exe; '
       else
           write(runCmd,'(a,i0,a,a,a)') 'mpirun -n ',domain % dminfo % nProcs, ' ', trim(domain % coreName), '_model.exe; '
       end if

</font>
</pre>