27 |
%process it |
%process it |
28 |
profiles_prep_main(dataset); |
profiles_prep_main(dataset); |
29 |
% |
% |
30 |
fprintf(['\n\n wod05 sample -- done -- ' dataset.dirOut dataset.fileOut '.nc was created \n\n']); |
fprintf(['\n\n wod05 sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']); |
31 |
|
|
32 |
%select the data source (and specific params) => argo sample |
%select the data source (and specific params) => argo sample |
33 |
dataset=profiles_prep_select('argo','indian'); |
dataset=profiles_prep_select('argo','indian'); |
34 |
%process it |
%process it |
35 |
profiles_prep_main(dataset); |
profiles_prep_main(dataset); |
36 |
% |
% |
37 |
fprintf(['\n\nargo sample -- done -- ' dataset.dirOut dataset.fileOut '.nc was created \n\n']); |
fprintf(['\n\nargo sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']); |
38 |
|
|
39 |
%select the data source (and specific params) => odv sample |
%select the data source (and specific params) => odv sample |
40 |
dataset=profiles_prep_select('odv','ODVcompact_sample'); |
dataset=profiles_prep_select('odv','ODVcompact_sample'); |
41 |
%process it |
%process it |
42 |
profiles_prep_main(dataset); |
profiles_prep_main(dataset); |
43 |
% |
% |
44 |
fprintf(['\n\nodv sample -- done -- ' dataset.dirOut dataset.fileOut '.nc was created \n\n']); |
fprintf(['\n\nodv sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']); |
45 |
|
|
46 |
fprintf('\n basic MITprof test: completed. \n'); |
fprintf('\n basic MITprof test: completed. \n'); |
47 |
|
|