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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 3 18:33:11 2016 UTC (9 years, 4 months ago) by gforget
Branch: MAIN
Changes since 1.1: +1 -1 lines
- add full Argo case; distinguish from the sample case using subset.
- set dataset.addGrid to 1 by default.

1 roquet 1.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 gforget 1.2 dataset=profiles_prep_select('argo','sample');
12 roquet 1.1 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