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

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

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

revision 1.15 by gforget, Mon Jan 11 17:28:10 2016 UTC revision 1.16 by gforget, Sun Jan 24 13:28:52 2016 UTC
# Line 5  warning('off','MATLAB:HandleGraphics:noJ Line 5  warning('off','MATLAB:HandleGraphics:noJ
5    
6  if myenv.verbose;  if myenv.verbose;
7      fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');      fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
8      fprintf(' starting basic test : plot_std_field ... \n');      fprintf(' starting basic test : example_IO ... \n');
9  end;  end;
10  plot_std_field;  example_IO;
11    
12  if ~myenv.lessplot;  if ~myenv.lessplot;
13      if myenv.verbose;      if myenv.verbose;
14          fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');          fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
15          fprintf(' starting plot test: plot_one_field ... \n');          fprintf(' starting plot test: example_display ... \n');
16      end;      end;
17      plot_one_field;      example_display;
18  end;  end;
19    
20  if myenv.verbose;  if myenv.verbose;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22