/[MITgcm]/MITgcm_contrib/gmaze_pv/compute_MLD.m
ViewVC logotype

Diff of /MITgcm_contrib/gmaze_pv/compute_MLD.m

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

revision 1.3 by gmaze, Thu Feb 1 17:02:02 2007 UTC revision 1.6 by gmaze, Wed Sep 19 15:37:38 2007 UTC
# Line 161  close(ncT); Line 161  close(ncT);
161    
162    
163  % Output:  % Output:
164  output = struct('MLD',MLD,'lat',DTlat,'lon',STlon);  output = struct('MLD',MLD,'lat',STlat,'lon',STlon);
165  switch nargout  switch nargout
166   case 1   case 1
167    varargout(1) = {output};    varargout(1) = {output};

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

  ViewVC Help
Powered by ViewVC 1.1.22