/[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.13 by gforget, Wed Dec 3 00:16:10 2014 UTC revision 1.14 by gforget, Wed Apr 8 19:14:36 2015 UTC
# Line 13  if myenv.verbose; Line 13  if myenv.verbose;
13      fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');      fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
14      fprintf(' starting basic test : plot_std_field ... \n');      fprintf(' starting basic test : plot_std_field ... \n');
15  end;  end;
16  plot_std_field('v4');  plot_std_field;
17    
18  if ~myenv.lessplot;  if ~myenv.lessplot;
19      if myenv.verbose;      if myenv.verbose;
20          fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');          fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
21          fprintf(' starting plot test: plot_one_field ... \n');          fprintf(' starting plot test: plot_one_field ... \n');
22      end;      end;
23      plot_one_field('v4',0);      plot_one_field;
24  end;  end;
25    
26  if myenv.verbose;  if myenv.verbose;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22