/[MITgcm]/MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_example.m
ViewVC logotype

Contents of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_example.m

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


Revision 1.3 - (show annotations) (download)
Thu Mar 3 18:33:51 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
- remove redundant function.

1
2
3 %% select the data source (and specific params) => wod05 sample
4 cd /Users/roquet/Documents/MATLAB/MITprof
5 dataset=profiles_prep_select('wod05','90CTD');
6 profiles_prep_main(dataset);
7 fprintf(['\n\n wod05 sample -- done -- \n\n']);
8
9 %% select the data source (and specific params) => argo sample
10 cd /Users/roquet/Documents/MATLAB/MITprof
11 dataset=profiles_prep_select('argo','sample');
12 profiles_prep_main(dataset);
13 fprintf(['\n\n argo sample -- done -- \n\n']);
14
15 %% select the data source (and specific params) => odv sample
16 cd /Users/roquet/Documents/MATLAB/MITprof
17 dataset=profiles_prep_select('odv','ODVcompact_sample');
18 profiles_prep_main(dataset);
19 fprintf(['\n\n odv sample -- done -- \n\n']);
20
21 %%
22 fprintf('\n basic MITprof test: completed. \n');
23

  ViewVC Help
Powered by ViewVC 1.1.22