/[MITgcm]/MITgcm/verification/lab_sea/matlab/lookat_exp.m
ViewVC logotype

Diff of /MITgcm/verification/lab_sea/matlab/lookat_exp.m

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

revision 1.1.2.1 by dimitri, Sat Feb 15 14:20:46 2003 UTC revision 1.1.2.2 by dimitri, Wed Apr 30 17:25:47 2003 UTC
# Line 40  set(gca,'xticklabel',[]) Line 40  set(gca,'xticklabel',[])
40    
41  subplot(322)  subplot(322)
42  mypcolor(lon,lat,area1'-area'); colorbar  mypcolor(lon,lat,area1'-area'); colorbar
43  title('Difference with release1 patch10')  title('Difference with release1 patch13')
44  set(gca,'xticklabel',[])  set(gca,'xticklabel',[])
45    
46  subplot(323)  subplot(323)
# Line 50  set(gca,'xticklabel',[]) Line 50  set(gca,'xticklabel',[])
50    
51  subplot(324)  subplot(324)
52  mypcolor(lon,lat,heff1'-heff'); colorbar  mypcolor(lon,lat,heff1'-heff'); colorbar
53  title('Difference with release1 patch10')  title('Difference with release1 patch13')
54  set(gca,'xticklabel',[])  set(gca,'xticklabel',[])
55    
56  subplot(325)  subplot(325)
# Line 63  mypcolor(Blon,Blat,icespeed1'-icespeed') Line 63  mypcolor(Blon,Blat,icespeed1'-icespeed')
63  if mmax(abs(udir1-udir)) | mmax(abs(vdir1-vdir))  if mmax(abs(udir1-udir)) | mmax(abs(vdir1-vdir))
64    hold on, myquiver(Blon,Blat,udir1'-udir',vdir1'-vdir','k');    hold on, myquiver(Blon,Blat,udir1'-udir',vdir1'-vdir','k');
65  end  end
66  title('Difference with release1 patch10')  title('Difference with release1 patch13')

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.22