diff --git a/dm_processing/get_cm_from_dm.m b/dm_processing/get_cm_from_dm.m index e0af2c143d2e6a439116fd57a70cc49c074ccaae..52c4727cc72e5837605c4d435d304a61960e7758 100644 --- a/dm_processing/get_cm_from_dm.m +++ b/dm_processing/get_cm_from_dm.m @@ -62,6 +62,8 @@ while ~feof(fid) if ~strcmp(current_pf, pf) fprintf(fid_cm, '\n%s :\n\n', upper(pf)); fprintf(fid_dm, '\n%s :\n\n', upper(pf)); + % display to screen + fprintf( '\n%s :\n', upper(pf)); current_pf = pf; end @@ -74,6 +76,7 @@ while ~feof(fid) % ---------------- if ~isempty(match) fprintf(fid_dm, '%s\n', match{1}{1}); + fprintf('%s -> %s\n', match{1}{1}, cm); end % close netcdf file