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

Diff of /MITgcm_contrib/gael/profilesMatlabProcessing/profiles_process_init.m

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

revision 1.17 by gforget, Mon Jul 28 23:30:07 2014 UTC revision 1.18 by gforget, Wed Apr 8 20:16:22 2015 UTC
# Line 27  dataset=profiles_prep_select('wod05','90 Line 27  dataset=profiles_prep_select('wod05','90
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    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22