/[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.15 - (show annotations) (download)
Mon Jan 11 17:28:10 2016 UTC (9 years, 6 months ago) by gforget
Branch: MAIN
Changes since 1.14: +0 -6 lines
- gcmfaces_demo.m: revise comments/documentation only
- gcmfaces_init.m: gcmfaces/sample_input is now obsolete

1
2 gcmfaces_global;
3
4 warning('off','MATLAB:HandleGraphics:noJVM');
5
6 if myenv.verbose;
7 fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
8 fprintf(' starting basic test : plot_std_field ... \n');
9 end;
10 plot_std_field;
11
12 if ~myenv.lessplot;
13 if myenv.verbose;
14 fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
15 fprintf(' starting plot test: plot_one_field ... \n');
16 end;
17 plot_one_field;
18 end;
19
20 if myenv.verbose;
21 fprintf('\n\n\n***********message from gcmfaces_init.m************\n');
22 fprintf(' --- initialization of gcmfaces completed correctly \n');
23 fprintf(' --- you are all set and may now use the gcmfaces package. \n\n\n');
24 end;
25

  ViewVC Help
Powered by ViewVC 1.1.22