/[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.2 - (hide annotations) (download)
Wed Jan 5 22:14:22 2011 UTC (14 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.1: +1 -1 lines
- remove gen.grid dir from path
- add profiles_devel to path

1 gforget 1.1
2     fprintf('*********message from MITprof_path.m**********\n please define mydir ');
3     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     global mydir; mydir='????/MITprof/';
9    
10     eval(['addpath ' mydir ';']);
11     eval(['addpath ' mydir 'profiles_IO_v2/;']);
12     eval(['addpath ' mydir 'profiles_IO_external/;']);
13     eval(['addpath ' mydir 'profiles_misc/;']);
14     eval(['addpath ' mydir 'profiles_process_main_v2/;']);
15 gforget 1.2 eval(['addpath ' mydir 'profiles_devel/;']);
16 gforget 1.1

  ViewVC Help
Powered by ViewVC 1.1.22