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

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

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


Revision 1.3 - (hide annotations) (download)
Wed Nov 3 22:14:02 2010 UTC (14 years, 8 months ago) by gforget
Branch: MAIN
Changes since 1.2: +0 -4 lines
- old results are now removed differently.

1 gforget 1.1
2 gforget 1.2 global MITprof_verbose; MITprof_verbose=1;
3    
4 gforget 1.1 fprintf('adding directories to your path\n');
5 gforget 1.2 fprintf('===============================\n\n')
6 gforget 1.1 mydir=[pwd '/'];
7     eval(['addpath ' mydir 'profiles_IO_v2/;']);
8     eval(['addpath ' mydir 'profiles_IO_external/;']);
9     eval(['addpath ' mydir 'profiles_misc/;']);
10     eval(['addpath ' mydir 'profiles_process_main_v2/;']);
11     eval(['addpath ' mydir 'profiles_genericgrid/;']);
12    
13    
14    
15     fprintf('running main program on sample data sets\n')
16 gforget 1.2 fprintf('========================================\n\n')
17 gforget 1.1
18     %select the data source (and specific params) => wod05 sample
19     dataset=profiles_prep_select('wod05','90CTD');
20     %process it
21     profiles_prep_main;
22     %
23     fprintf(['\n\n wod05 sample -- done -- ' dataset.dirOut dataset.fileOut '.nc \n\n']);
24    
25     %select the data source (and specific params) => argo sample
26     dataset=profiles_prep_select('argo','indian');
27     %process it
28     profiles_prep_main;
29     %
30     fprintf(['\n\nargo sample -- done -- ' dataset.dirOut dataset.fileOut '.nc \n\n']);
31    
32    
33    

  ViewVC Help
Powered by ViewVC 1.1.22