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

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

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


Revision 1.9 - (show annotations) (download)
Fri Aug 5 22:00:03 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
FILE REMOVED
- retired function:	gcmfaces_path.m
- added function:	gcmfaces_global.m
- replace gcmfaces_path and 'global mygrid' calls with gcmfaces_global calls
- revised global variables (verbose, lesstest, lessplot -- in gcmfaces_init e.g.)
- added basic_diags_compute_v3_or_v4 to gcmfaces_init (when not lesstest)

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 fprintf(' OR simply execute gcmfaces_init.m instead \n');
6 return;
7
8 global mydir; mydir='????/gcmfaces/';
9
10 eval(['addpath ' mydir ';']);
11 eval(['addpath ' mydir '/gcmfaces_IO/;']);
12 eval(['addpath ' mydir 'gcmfaces_convert/;']);
13 eval(['addpath ' mydir 'gcmfaces_exch/;']);
14 eval(['addpath ' mydir 'gcmfaces_maps/;']);
15 eval(['addpath ' mydir '/gcmfaces_misc/;']);
16 eval(['addpath ' mydir '/gcmfaces_calc/;']);
17 eval(['addpath ' mydir '/gcmfaces_smooth/;']);
18 %eval(['addpath ' mydir '/gcmfaces_specs/;']);
19 %eval(['addpath ' mydir '/gcmfaces_legacy/;']);
20 eval(['addpath ' mydir 'gcmfaces_devel/;']);
21 eval(['addpath ' mydir 'sample_analysis/;']);
22 eval(['addpath ' mydir 'sample_processing/;']);
23 eval(['addpath ' mydir 'ecco_v4/;']);
24

  ViewVC Help
Powered by ViewVC 1.1.22