file='data/slices.sav'
restore,file
;save,file='data/slices.sav',uu,lnrho,stressL,stressT,hhL,hhT,ggL,ggT,t,x,y
;
!p.multi=[0,4,3]
contour,uu[*,*,0],x,y,nlev=30,/fil
contour,uu[*,*,1],x,y,nlev=30,/fil
;contour,uu[*,*,2],x,y,nlev=30,/fil
;contour,lnrho,x,y,nlev=30,/fil
contour,stressL,x,y,nlev=30,/fil
contour,stressT,x,y,nlev=30,/fil
contour,hhL,x,y,nlev=30,/fil
contour,hhT,x,y,nlev=30,/fil
contour,ggL,x,y,nlev=30,/fil
contour,ggT,x,y,nlev=30,/fil
END
