1 |
clear all |
clear all |
2 |
|
|
3 |
global MITprof_verbose; %to print notes to screen |
gcmfaces_global; |
|
if isempty(MITprof_verbose); MITprof_verbose=2; end; |
|
4 |
|
|
5 |
if MITprof_verbose; |
if myenv.verbose; |
6 |
fprintf('creating database directory with reference datasets\n'); |
fprintf('creating database directory with reference datasets\n'); |
7 |
fprintf('===============================\n\n') |
fprintf('===============================\n\n') |
8 |
end; |
end; |
11 |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/GRIDv4 climatology/']); |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/GRIDv4 climatology/']); |
12 |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/OCCAetcONv4GRID/* climatology/']); |
eval(['!ln -s ' myenv.gcmfaces_dir 'sample_input/OCCAetcONv4GRID/* climatology/']); |
13 |
|
|
14 |
if MITprof_verbose; |
if myenv.verbose; |
15 |
fprintf('adding directories to your path\n'); |
fprintf('adding directories to your path\n'); |
16 |
fprintf('===============================\n\n') |
fprintf('===============================\n\n') |
17 |
end; |
end; |
18 |
MITprof_global; |
MITprof_global; |
19 |
|
|
20 |
|
|
21 |
if MITprof_verbose; |
if myenv.verbose; |
22 |
fprintf('\ngenerating .mat files for reference grid and climatology\n') |
fprintf('\ngenerating .mat files for reference grid and climatology\n') |
23 |
fprintf('========================================\n\n') |
fprintf('========================================\n\n') |
24 |
end; |
end; |
26 |
|
|
27 |
fprintf('\n\n basic MITprof test: started... \n'); |
fprintf('\n\n basic MITprof test: started... \n'); |
28 |
|
|
29 |
if MITprof_verbose; |
if myenv.verbose; |
30 |
fprintf('\nrunning main program on sample data sets\n') |
fprintf('\nrunning main program on sample data sets\n') |
31 |
fprintf('========================================\n\n') |
fprintf('========================================\n\n') |
32 |
end; |
end; |