/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_init.m
ViewVC logotype

Contents of /MITgcm_contrib/gael/matlab_class/gcmfaces_init.m

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


Revision 1.13 - (show annotations) (download)
Wed Dec 3 00:16:10 2014 UTC (10 years, 7 months ago) by gforget
Branch: MAIN
Changes since 1.12: +15 -20 lines
- update to use official files instead of sample_input.tar,
  add gcmfaces_sphere, retire basic_diags_compute_v3_or_v4

1
2 gcmfaces_global;
3
4 test0=dir('gcmfaces/sample_input');
5 if isempty(test0);
6 fprintf('no sample input data found\n');
7 return;
8 end;
9
10 warning('off','MATLAB:HandleGraphics:noJVM');
11
12 if myenv.verbose;
13 fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
14 fprintf(' starting basic test : plot_std_field ... \n');
15 end;
16 plot_std_field('v4');
17
18 if ~myenv.lessplot;
19 if myenv.verbose;
20 fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
21 fprintf(' starting plot test: plot_one_field ... \n');
22 end;
23 plot_one_field('v4',0);
24 end;
25
26 if myenv.verbose;
27 fprintf('\n\n\n***********message from gcmfaces_init.m************\n');
28 fprintf(' --- initialization of gcmfaces completed correctly \n');
29 fprintf(' --- you are all set and may now use the gcmfaces package. \n\n\n');
30 end;
31

  ViewVC Help
Powered by ViewVC 1.1.22