/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_path.m
ViewVC logotype

Annotation of /MITgcm_contrib/gael/matlab_class/gcmfaces_path.m

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


Revision 1.4 - (hide annotations) (download)
Sun May 2 20:43:28 2010 UTC (15 years, 2 months ago) by gforget
Branch: MAIN
Changes since 1.3: +1 -0 lines
point new user to gcmfaces_init

1 gforget 1.1
2 gforget 1.2 fprintf('*********message from gcmfaces_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 gforget 1.4 fprintf(' OR simply execute gcmfaces_init.m instead \n');
6 gforget 1.2 return;
7    
8 gforget 1.3 global mydir; mydir='????/gcmfaces/';
9 gforget 1.2
10 gforget 1.3 eval(['addpath ' mydir ';']);
11     eval(['addpath ' mydir '/gcmfaces_specs/;']);
12     eval(['addpath ' mydir '/gcmfaces_IO/;']);
13     eval(['addpath ' mydir '/gcmfaces_misc/;']);
14     eval(['addpath ' mydir '/gcmfaces_calc/;']);
15     eval(['addpath ' mydir '/gcmfaces_smooth/;']);
16     %eval(['addpath ' mydir '/gcmfaces_legacy/;']);
17 gforget 1.1

  ViewVC Help
Powered by ViewVC 1.1.22