/[MITgcm]/MITgcm/verification/tutorial_global_oce_latlon/diags_matlab/mit_loadglobal.m
ViewVC logotype

Diff of /MITgcm/verification/tutorial_global_oce_latlon/diags_matlab/mit_loadglobal.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by heimbach, Thu Sep 15 22:12:09 2016 UTC revision 1.5 by heimbach, Thu Sep 15 23:06:25 2016 UTC
# Line 435  fname(in) = []; Line 435  fname(in) = [];
435  fn = gcf;  fn = gcf;
436  if meanfields  if meanfields
437    fname = [fname '.ps'];    fname = [fname '.ps'];
438    f0 = fn-7;  % change required by newer Matlab versions
439    %  f0 = fn-7;
440      f0=fn.Number-7;
441  else  else
442    fname = [fname '_snap.ps'];    fname = [fname '_snap.ps'];
443    f0 = fn-4;  % change required by newer Matlab versions
444    %  f0 = fn-4;
445      f0=fn.Number-4;
446  end  end
447  print(f0,'-dpsc',fname);  print(f0,'-dpsc',fname);
448  for k = f0+1:fn  for k = f0+1:fn

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22