[Dart-dev] DART/branches Revision: 11681

dart at ucar.edu dart at ucar.edu
Sat May 27 16:44:19 MDT 2017


thoar at ucar.edu
2017-05-27 16:44:19 -0600 (Sat, 27 May 2017)
149
Removing the fully-qualified path to the truth_file and diagn_file
as these can be too long to annotate.  This is the simplest, least invasive fix.




Modified: DART/branches/rma_trunk/diagnostics/matlab/startup.m
===================================================================
--- DART/branches/rma_trunk/diagnostics/matlab/startup.m	2017-05-27 22:42:06 UTC (rev 11680)
+++ DART/branches/rma_trunk/diagnostics/matlab/startup.m	2017-05-27 22:44:19 UTC (rev 11681)
@@ -60,8 +60,8 @@
 
 %% summarize
 
-truth_file = fullfile(mydir,'true_state.nc');
-diagn_file = fullfile(mydir,'preassim.nc');
+truth_file = 'true_state.nc';
+diagn_file = 'preassim.nc';
 
 disp(' ')
 fprintf('the default data directory is          %s\n',mydir)


More information about the Dart-dev mailing list