/[MITgcm]/MITgcm/utils/matlab/uvcube2latlon.m
ViewVC logotype

Diff of /MITgcm/utils/matlab/uvcube2latlon.m

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

revision 1.2 by adcroft, Tue May 29 14:01:41 2001 UTC revision 1.3 by jmc, Wed Aug 15 13:40:40 2001 UTC
# Line 53  end Line 53  end
53  U=reshape(U,[nnx ny nz]);  U=reshape(U,[nnx ny nz]);
54  V=reshape(V,[nnx ny nz]);  V=reshape(V,[nnx ny nz]);
55    
56  xc=-179:2:179;  % xc=-179:2:179;
57  yc=-89:2:89;  % yc=-89:2:89;
58  U=cube2latlon(LON,LAT,U,xc,yc);  U=cube2latlon(LON,LAT,U,xc,yc);
59  V=cube2latlon(LON,LAT,V,xc,yc);  V=cube2latlon(LON,LAT,V,xc,yc);

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

  ViewVC Help
Powered by ViewVC 1.1.22