/[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

--- MITgcm_contrib/gmaze_pv/compute_MLD.m	2007/02/01 17:02:02	1.3
+++ MITgcm_contrib/gmaze_pv/compute_MLD.m	2007/09/19 14:45:59	1.4
@@ -161,7 +161,7 @@
 
 
 % Output:
-output = struct('MLD',MLD,'lat',DTlat,'lon',STlon);
+output = struct('MLD',MLD,'lat',STlat,'lon',STlon);
 switch nargout
  case 1
   varargout(1) = {output};

 

  ViewVC Help
Powered by ViewVC 1.1.22