/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_init.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_init.m

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

revision 1.13 by gforget, Wed Feb 5 03:50:24 2014 UTC revision 1.14 by gforget, Mon Jul 28 19:34:16 2014 UTC
# Line 16  if MITprof_verbose; Line 16  if MITprof_verbose;
16  fprintf('adding directories to your path\n');  fprintf('adding directories to your path\n');
17  fprintf('===============================\n\n')  fprintf('===============================\n\n')
18  end;  end;
19    MITprof_global;
 global MITprof_dir; MITprof_dir=[pwd '/'];  
 fid=fopen([MITprof_dir 'MITprof_path.m'],'wt');  
 aa=sprintf(['global MITprof_dir; MITprof_dir=''' MITprof_dir ''';\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir ';\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_IO_v2/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_IO_external/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_misc/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_process_main_v2/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_stats/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'ecco_v4/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_devel/;\n']);  
 aa=sprintf([aa 'addpath ' MITprof_dir 'climatology/;\n']);  
 eval(aa);  
 fid=fopen([MITprof_dir 'MITprof_path.m'],'wt'); fprintf(fid,aa); fclose(fid);  
20    
21                    
22  if MITprof_verbose;  if MITprof_verbose;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22