/[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.18 - (hide annotations) (download)
Wed Apr 8 20:16:22 2015 UTC (10 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65p, checkpoint65q
Changes since 1.17: +3 -3 lines
- remove duplicated .nc in print statement

1 roquet 1.8 clear all
2 gforget 1.1
3 gforget 1.15 gcmfaces_global;
4 gforget 1.16 myenv.verbose=1;
5 gforget 1.2
6 gforget 1.17 fprintf('\n\n basic MITprof test: started... \n');
7 roquet 1.8
8 gforget 1.15 if myenv.verbose;
9 gforget 1.17 fprintf('\nadding directories to your path\n');
10 gforget 1.2 fprintf('===============================\n\n')
11 gforget 1.4 end;
12 gforget 1.14 MITprof_global;
13 gforget 1.1
14 gforget 1.15 if myenv.verbose;
15 gforget 1.17 fprintf('\nloading reference grid and climatology\n')
16 roquet 1.10 fprintf('========================================\n\n')
17     end;
18 gforget 1.17 profiles_prep_load_fields;
19 gforget 1.1
20 gforget 1.15 if myenv.verbose;
21 gforget 1.4 fprintf('\nrunning main program on sample data sets\n')
22 gforget 1.2 fprintf('========================================\n\n')
23 gforget 1.4 end;
24 gforget 1.1
25     %select the data source (and specific params) => wod05 sample
26     dataset=profiles_prep_select('wod05','90CTD');
27     %process it
28 roquet 1.7 profiles_prep_main(dataset);
29 gforget 1.1 %
30 gforget 1.18 fprintf(['\n\n wod05 sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']);
31 gforget 1.1
32     %select the data source (and specific params) => argo sample
33     dataset=profiles_prep_select('argo','indian');
34     %process it
35 roquet 1.7 profiles_prep_main(dataset);
36 gforget 1.1 %
37 gforget 1.18 fprintf(['\n\nargo sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']);
38 gforget 1.1
39 roquet 1.7 %select the data source (and specific params) => odv sample
40     dataset=profiles_prep_select('odv','ODVcompact_sample');
41     %process it
42     profiles_prep_main(dataset);
43     %
44 gforget 1.18 fprintf(['\n\nodv sample -- done -- ' dataset.dirOut dataset.fileOut ' was created \n\n']);
45 roquet 1.7
46 gforget 1.4 fprintf('\n basic MITprof test: completed. \n');
47 gforget 1.1

  ViewVC Help
Powered by ViewVC 1.1.22