[Dart-dev] [6376] DART/trunk/diagnostics/matlab/plot_rmse_xxx_evolution.m: Fixed the output filename to not clash with the filenames

nancy at ucar.edu nancy at ucar.edu
Fri Aug 2 10:48:19 MDT 2013


Revision: 6376
Author:   thoar
Date:     2013-08-02 10:48:18 -0600 (Fri, 02 Aug 2013)
Log Message:
-----------
Fixed the output filename to not clash with the filenames
produced by plot_evolution.m

Modified Paths:
--------------
    DART/trunk/diagnostics/matlab/plot_rmse_xxx_evolution.m

-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/plot_rmse_xxx_evolution.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_rmse_xxx_evolution.m	2013-08-01 23:25:40 UTC (rev 6375)
+++ DART/trunk/diagnostics/matlab/plot_rmse_xxx_evolution.m	2013-08-02 16:48:18 UTC (rev 6376)
@@ -149,7 +149,7 @@
    % remove any existing postscript file - will simply append each
    % level as another 'page' in the .ps file.
 
-   psfname = sprintf('%s_%s_evolution.ps',plotdat.varnames{ivar},plotdat.copystring);
+   psfname = sprintf('%s_rmse_%s_evolution.ps',plotdat.varnames{ivar},plotdat.copystring);
    fprintf('Removing %s from the current directory.\n',psfname)
    system(sprintf('rm %s',psfname));
 


More information about the Dart-dev mailing list