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

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

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

revision 1.2 by gforget, Wed Jan 5 22:14:22 2011 UTC revision 1.4 by gforget, Wed Jun 15 17:08:22 2011 UTC
# Line 1  Line 1 
1    
2  fprintf('*********message from MITprof_path.m**********\n please define mydir ');  fprintf('*********message from MITprof_path.m**********\n please define MITprof_dir ');
3  fprintf(' with your directory name \n below this line');  fprintf(' with your directory name \n below this line');
4  fprintf(' then comment out this message \n and the stop\n');  fprintf(' then comment out this message \n and the stop\n');
5  fprintf('   OR simply execute profiles_process_init.m instead \n');  fprintf('   OR simply execute profiles_process_init.m instead \n');
6  return;  return;
7    
8  global mydir; mydir='????/MITprof/';  global MITprof_dir; MITprof_dir='????/MITprof/';
9    
10  eval(['addpath ' mydir ';']);  eval(['addpath ' MITprof_dir ';']);
11  eval(['addpath ' mydir 'profiles_IO_v2/;']);  eval(['addpath ' MITprof_dir 'profiles_IO_v2/;']);
12  eval(['addpath ' mydir 'profiles_IO_external/;']);  eval(['addpath ' MITprof_dir 'profiles_IO_external/;']);
13  eval(['addpath ' mydir 'profiles_misc/;']);  eval(['addpath ' MITprof_dir 'profiles_misc/;']);
14  eval(['addpath ' mydir 'profiles_process_main_v2/;']);  eval(['addpath ' MITprof_dir 'profiles_process_main_v2/;']);
15  eval(['addpath ' mydir 'profiles_devel/;']);  eval(['addpath ' MITprof_dir 'profiles_stats/;']);
16    eval(['addpath ' MITprof_dir 'profiles_devel/;']);
17    

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

  ViewVC Help
Powered by ViewVC 1.1.22