/[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.3 by gforget, Sun May 2 21:34:24 2010 UTC revision 1.5 by gforget, Wed Nov 3 19:53:11 2010 UTC
# Line 1  Line 1 
1    
2    global gcmfaces_verbose; gcmfaces_verbose=1;
3    
4  global mydir; mydir=[pwd '/'];  global mydir; mydir=[pwd '/'];
5    
6  fid=fopen([mydir 'gcmfaces_path.m'],'wt');  fid=fopen([mydir 'gcmfaces_path.m'],'wt');
# Line 25  fprintf(' ultimately you may want to cop Line 27  fprintf(' ultimately you may want to cop
27    
28  gcmfaces_path;  gcmfaces_path;
29    
30    test0=dir('sample_input'); if isempty(test0); fprintf('no sample input data found\n'); return; end;
31    
32  fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');  fprintf('\n\n\n***********message from gcmfaces_init.m************\n ');
33  fprintf(' starting 1st example routine: plot_one_field ... \n');  fprintf(' starting 1st example routine: plot_one_field ... \n');
34    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22