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

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

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


Revision 1.6 - (hide annotations) (download)
Mon Jul 28 19:34:15 2014 UTC (10 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED
- remove MITprof_path.m and replace with MITprof_global.m

1 gforget 1.1
2 gforget 1.4 fprintf('*********message from MITprof_path.m**********\n please define MITprof_dir ');
3 gforget 1.1 fprintf(' with your directory name \n below this line');
4     fprintf(' then comment out this message \n and the stop\n');
5     fprintf(' OR simply execute profiles_process_init.m instead \n');
6     return;
7    
8 gforget 1.4 global MITprof_dir; MITprof_dir='????/MITprof/';
9 gforget 1.1
10 gforget 1.4 eval(['addpath ' MITprof_dir ';']);
11     eval(['addpath ' MITprof_dir 'profiles_IO_v2/;']);
12     eval(['addpath ' MITprof_dir 'profiles_IO_external/;']);
13     eval(['addpath ' MITprof_dir 'profiles_misc/;']);
14     eval(['addpath ' MITprof_dir 'profiles_process_main_v2/;']);
15     eval(['addpath ' MITprof_dir 'profiles_stats/;']);
16 gforget 1.5 eval(['addpath ' MITprof_dir 'ecco_v4/;']);
17 gforget 1.4 eval(['addpath ' MITprof_dir 'profiles_devel/;']);
18 gforget 1.1

  ViewVC Help
Powered by ViewVC 1.1.22