PRO plot_waccm_wam_wvn, twv, uwv, vwv, lat, lon, twvWAM, uwvWAM, vwvWAM, latWAM, lonWAM ;Lon, Lat, Pres ;UWV_Lon = fltarr(nx) ;UWV_Shifted = fltarr(nx,ny,nz,ntime) ;UWV_LonTotal = fltarr(nx,ny,nz) ;UWV_LonTotal[*,*,*] = 0.0 ;UWV_LonAve = fltarr(nx,ny,nz) ; ;LonOffset = 0 ; ;UWV_Offset = MIN(uwvtotal) ; ;IF UWV_Offset GT 0 THEN UWV_Offset = 0 ;IF UWV_Offset LT 0 THEN UWV_Offset = ABS(UWV_Offset) ; ;FOR it = 0, ntime-1 DO BEGIN ; ; LonOffset = nx / ntime * it ; ; FOR iLt = 0, ny-1 DO BEGIN ; ; FOR iZ = 0, nz-1 DO BEGIN ; FOR iLt = 58, 58 DO BEGIN ; ; FOR iZ = 1, 1 DO BEGIN ; ; UWV_Lon = uwvtotal[*,iLt,iZ,it] ; ; IF LonOffset GT 0 THEN UWV_Shifted[*,iLt,iZ,it] = SHIFT(UWV_Lon,LonOffset) ; ;; print, 'it, iLt, iz, LonOffset ', it, iLt, iz, LonOffset ; ; UWV_LonTotal[*,iLt,iZ] = UWV_LonTotal[*,iLt,iZ] + (UWV_Shifted[*,iLt,iZ,it]) ; ; ENDFOR ; ; ENDFOR ; ; IF it GT 0 THEN LonOffset = LonOffset - nx/ntime ; ; print, 'it, LonOffset ', it, LonOffset ; ; FOR iLn = 0, nx-1 DO BEGIN ; ; iLnOffset = iLn + LonOffset ; ; IF iLnOffset LT 0 THEN iLnOffset = nx + iLnOffset ; ; print, 'it, iLn, iLnOffset ', it, iLn, iLnOffset ; ; UWV_LonTotal[iLn,*,*] = UWV_LonTotal[iLn,*,*] + (uwvtotal[iLnOffset,*,*,it] + UWV_Offset) ; ; ; ENDFOR ; ; ;ENDFOR ;XXX ;UWV_LonAve = UWV_LonTotal / ntime ;UWV_LonAve = UWV_LonMean - UWV_Offset ;XXX set_plot, 'ps' device, /color, /land, filename='waccm_wam_latlonT_MarchMean_WN1-12.ps' loadct, 39 ; xTitle = 'Longitude (Degrees)' yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ; ; March Mean Temperature ; Title = ' WACCM Temperature March Mean 285km Wavenumber 1 UT00' CONTOUR, REFORM(twv[*,*,0,1]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,1]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 1 UT00' CONTOUR, REFORM(twvWAM[*,*,0,1]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,1]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 2 UT00' CONTOUR, REFORM(twv[*,*,0,2]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,2]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 2 UT00' CONTOUR, REFORM(twvWAM[*,*,0,2]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,2]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 3 UT00' CONTOUR, REFORM(twv[*,*,0,3]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,3]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 3 UT00' CONTOUR, REFORM(twvWAM[*,*,0,3]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,3]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 4 UT00' CONTOUR, REFORM(twv[*,*,0,4]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,4]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 5 UT00' CONTOUR, REFORM(twvWAM[*,*,0,4]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,4]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 5 UT00' CONTOUR, REFORM(twv[*,*,0,5]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,5]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 5 UT00' CONTOUR, REFORM(twvWAM[*,*,0,5]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,5]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 6 UT00' CONTOUR, REFORM(twv[*,*,0,6]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,6]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 6 UT00' CONTOUR, REFORM(twvWAM[*,*,0,6]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,6]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 7 UT00' CONTOUR, REFORM(twv[*,*,0,7]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,7]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 7 UT00' CONTOUR, REFORM(twvWAM[*,*,0,7]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,7]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 8 UT00' CONTOUR, REFORM(twv[*,*,0,8]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,8]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 8 UT00' CONTOUR, REFORM(twvWAM[*,*,0,8]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,8]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 9 UT00' CONTOUR, REFORM(twv[*,*,0,9]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,9]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 9 UT00' CONTOUR, REFORM(twvWAM[*,*,0,9]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,9]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 10 UT00' CONTOUR, REFORM(twv[*,*,0,10]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,10]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 10 UT00' CONTOUR, REFORM(twvWAM[*,*,0,10]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,10]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 11 UT00' CONTOUR, REFORM(twv[*,*,0,11]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,11]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 11 UT00' CONTOUR, REFORM(twvWAM[*,*,0,11]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,11]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WACCM Temperature March Mean 285km Wavenumber 12 UT00' CONTOUR, REFORM(twv[*,*,0,12]),lon, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twv[*,*,0,12]),lon, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; Title = ' WAM Temperature March Mean 285km Wavenumber 12 UT00' CONTOUR, REFORM(twvWAM[*,*,0,12]),lonWAM, latWAM, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] CONTOUR, REFORM(twvWAM[*,*,0,12]),lonWAM, latWAM, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 285km Wavenumber 2' ;CONTOUR, REFORM(UWV_LonAve[*,*,4,2]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,4,2]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 110km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,4,41]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,4,41]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 80km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,4,60]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,4,60]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 50km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,4,79]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,4,79]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 20km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,4,103]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,4,103]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_MarchMean_GWHR_WN4.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; March GWHR Temperature ;; ;Title = ' Temperature GWHR March Mean 335km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 200km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 110km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,41]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,41]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 80km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,60]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,60]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 50km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,79]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,79]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature GWHR March Mean 20km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,103]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,103]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN4-12.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumbers 4-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN4.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumber 4' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN5.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumber 5' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN6.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumber 6' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN456.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumbers 4+5+6' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' ;set_plot, 'ps' ;device, /color, /land, filename='idl_mtm_latlonT_JuneMean_WA319_WN7-12.ps' ;loadct, 39 ; ;xTitle = ' Local Time (Hours)' ;yTitle = 'Latitude (Degrees) ;LTimes = findgen(nx)/6. ;; ;; June WA319 Temperature ;; ;Title = ' Temperature WA319 June Mean 311km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,1]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 200km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,9]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 110km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,20]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 80km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,30]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 50km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,38]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;Title = ' Temperature WA319 June Mean 20km Wavenumbers 7-12' ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24, /fill, c_colors=BYTSCL(indgen(24)), xrange=[0.0,24.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,Title=Title,xtitle=xTitle,ytitle=yTitle,ymargin=[7,3] ;CONTOUR, REFORM(UWV_LonAve[*,*,57]),LTimes, lat, nlev=24,/follow,xrange=[0.0,360.0], yrange=[-90.0,90.0], xstyle=1,ystyle=1,/overplot,c_charsize=1.2 ; ;device,/close ;set_plot, 'x' RETURN END