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

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

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


Revision 1.14 - (hide annotations) (download)
Wed Apr 8 19:14:36 2015 UTC (10 years, 3 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65p, checkpoint65q
Changes since 1.13: +2 -2 lines
- update calls to plot_one_field and plot_std_field.

1 gforget 1.1
2 gforget 1.11 gcmfaces_global;
3 gforget 1.6
4 gforget 1.13 test0=dir('gcmfaces/sample_input');
5     if isempty(test0);
6     fprintf('no sample input data found\n');
7     return;
8     end;
9 gforget 1.5
10 gforget 1.11 warning('off','MATLAB:HandleGraphics:noJVM');
11 gforget 1.1
12 gforget 1.11 if myenv.verbose;
13 gforget 1.13 fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
14     fprintf(' starting basic test : plot_std_field ... \n');
15 gforget 1.6 end;
16 gforget 1.14 plot_std_field;
17 gforget 1.1
18 gforget 1.11 if ~myenv.lessplot;
19 gforget 1.13 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 gforget 1.14 plot_one_field;
24 gforget 1.6 end;
25    
26 gforget 1.11 if myenv.verbose;
27 gforget 1.13 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 gforget 1.6 end;
31 gforget 1.1

  ViewVC Help
Powered by ViewVC 1.1.22