8 |
fprintf('===============================\n\n') |
fprintf('===============================\n\n') |
9 |
end; |
end; |
10 |
if ~exist('climatology','dir'), status=mkdir('climatology'); end |
if ~exist('climatology','dir'), status=mkdir('climatology'); end |
11 |
gcmfaces_path; |
gcmfaces_global; |
12 |
eval(['!ln -s ' gcmfaces_dir 'sample_input/GRIDv4 climatology/']); |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/GRIDv4 climatology/']); |
13 |
eval(['!ln -s ' gcmfaces_dir 'sample_input/OCCAetcONv4GRID/* climatology/']); |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/OCCAetcONv4GRID/* climatology/']); |
14 |
|
|
15 |
if MITprof_verbose; |
if MITprof_verbose; |
16 |
fprintf('adding directories to your path\n'); |
fprintf('adding directories to your path\n'); |
26 |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_misc/;\n']); |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_misc/;\n']); |
27 |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_process_main_v2/;\n']); |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_process_main_v2/;\n']); |
28 |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_stats/;\n']); |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_stats/;\n']); |
29 |
|
aa=sprintf([aa 'addpath ' MITprof_dir 'ecco_v4/;\n']); |
30 |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_devel/;\n']); |
aa=sprintf([aa 'addpath ' MITprof_dir 'profiles_devel/;\n']); |
31 |
aa=sprintf([aa 'addpath ' MITprof_dir 'climatology/;\n']); |
aa=sprintf([aa 'addpath ' MITprof_dir 'climatology/;\n']); |
32 |
eval(aa); |
eval(aa); |