/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/aviso_addinMITprof.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_misc/aviso_addinMITprof.m

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

revision 1.2 by roquet, Wed Apr 20 20:37:22 2011 UTC revision 1.3 by gforget, Mon Jul 28 21:29:42 2014 UTC
# Line 9  function aviso_addinMITprof(ncfile) Line 9  function aviso_addinMITprof(ncfile)
9  %       'OCCA' : ECCOv4 grid + OCCA atlas  %       'OCCA' : ECCOv4 grid + OCCA atlas
10  %       'SOSE59' : SOSE59 grid + atlas  %       'SOSE59' : SOSE59 grid + atlas
11    
12  global MITprof_verbose; if isempty(MITprof_verbose), MITprof_verbose=0; end  gcmfaces_global;
13    
14  % process file name  % process file name
15  [pathstr, name, ext] = fileparts(ncfile);  [pathstr, name, ext] = fileparts(ncfile);
# Line 48  loc=[]; Line 48  loc=[];
48  buffer=1000;  buffer=1000;
49  for kk=1:ceil(length(I)/buffer),  for kk=1:ceil(length(I)/buffer),
50            
51      if MITprof_verbose,      if myenv.verbose;
52          disp([num2str(kk) ' out of ' num2str(length(I)/buffer)]);          disp([num2str(kk) ' out of ' num2str(length(I)/buffer)]);
53      end      end
54            

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22