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

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

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

revision 1.3 by gforget, Mon Jul 28 20:54:09 2014 UTC revision 1.4 by gforget, Fri Mar 20 14:09:49 2015 UTC
# Line 98  for ii=1:length(listVars); Line 98  for ii=1:length(listVars);
98      end;      end;
99  end;  end;
100    
101    %issue warning if mygrid is empty:
102    test0=isfield(mygrid,'XC');
103    if ~test0;
104        warning('mygrid has not yet been loaded to memory. To use gcmfaces please use grid_load.m first.');
105    end;
106    
107  %send to workspace:  %send to workspace:
108  evalin('caller','global mygrid myenv');  evalin('caller','global mygrid myenv');
109    

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

  ViewVC Help
Powered by ViewVC 1.1.22