<div dir="ltr"><div><span style="font-size:14px">Hi </span><div style="font-size:14px"><br></div><div style="font-size:14px">I have a metric dox(720,360,24). It is 24 different ozone concentration across globe. I try to use gsn_panel to plot them at one single sheet but I don&#39;t know why my first three plot (see attached) couldn&#39;t show properly and the below message pops out. </div><div style="font-size:14px"><br></div><div style="font-size:14px">warning:ContourPlotInitialize: no valid values in scalar field; ContourPlot not possible:[errno=1101]<br></div><div style="font-size:14px"><br></div><div style="font-size:14px">;dox====================================</div><div style="font-size:14px">below is dox for details</div><div style="font-size:14px"><div>Variable: dox</div><div>Type: float</div><div>Total Size: 24883200 bytes</div><div>            6220800 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:   [lat | 360] x [lon | 720] x [24]</div><div>Coordinates:</div><div>            lat: [-89.75..89.75]</div><div>            lon: [-179.75..179.75]</div><div>Number Of Attributes: 1</div><div>  _FillValue :  9.96921e+36</div></div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px">;source code============================</div><div style="font-size:14px">file   = &quot;<a href="http://dox_mean_2010_05x05.nc/" target="_blank">dox_mean_2010_05x05.nc</a>&quot;</div><div style="font-size:14px">a = addfile(file,&quot;r&quot;)<br></div><div style="font-size:14px">lat_pts     = a-&gt;lat(:)</div><div style="font-size:14px">lon_pts     = a-&gt;lon(:)<br></div><div style="font-size:14px">dox   = a-&gt;ozone(:,:,:) ;720x360x24<br></div><div style="font-size:14px">;======================================</div><div style="font-size:14px">dox!0=&quot;lat&quot;</div><div style="font-size:14px">dox!1=&quot;lon&quot; </div><div style="font-size:14px">dox&amp;lat = lat_pts</div><div style="font-size:14px">dox&amp;lon = lon_pts </div><div style="font-size:14px">dox&amp;lat@units=&quot;degrees_north&quot; </div><div style="font-size:14px">dox&amp;lon@units=&quot;degrees_east&quot;</div><div style="font-size:14px">;=====================================</div><div style="font-size:14px"><div>plots = new(24,graphic)</div><div>wks_type = &quot;pdf&quot;</div><div>wks_name = &quot;htap2_dox_panel&quot;</div><div>wks_type@wkPaperSize = &quot;A4&quot;</div><div>wks = gsn_open_wks(wks_type,wks_name)      ; send graphics to PDF file</div><div><br></div><div> res                                = True</div><div> res@gsnMaximize       = True               ;If set to True, plot will be maximized</div><div> res@gsnDraw              = False              ; don&#39;t draw</div><div> res@gsnFrame            = False              ; don&#39;t advance frame</div><div><br></div><div> res@cnLevelSelectionMode = &quot;ManualLevels&quot;     ; set manual contour levels</div><div> res@cnMinLevelValF       = -5.                ; set min contour level</div><div> res@cnMaxLevelValF       =  5.                ; set max contour level</div></div><div style="font-size:14px"><br></div><div style="font-size:14px"><div>res@cnFillOn               = True</div><div> res@cnLinesOn          = False</div><div> res@cnLineLabelsOn  = False</div><div> res@lbLabelBarOn      = False</div><div> res@cnFillPalette         = &quot;BlWhRe&quot;              ; Blue-Red colormap</div><div> res@gsnRightString    = &quot;ppb&quot;                  ; &quot;~&quot; is txFuncCode</div></div><div style="font-size:14px"><br></div><div style="font-size:14px"><div>do i=0,23</div><div>    plots(i) = gsn_csm_contour_map_ce(wks,dox(:,:,i),res)</div><div> end do</div><div><br></div><div>pnlres = True</div><div>pnlres@txString                   = &quot;&quot;</div><div>pnlres@gsnPanelLabelBar  = True</div><div>pnlres@lbLabelAutoStride   = True</div><div><br></div><div> gsn_panel(wks,plots,(/6,4/),pnlres)</div><div><br></div><div>end</div></div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px"><div>Joe</div><div data-smartmail="gmail_signature"><div dir="ltr"><div><br></div><div>University of North Carolina, Gillings School of Global Public Health<br>170 Rosenau Hall, CB #7400 | 135 Dauer Drive | Chapel Hill, NC 27599-7400</div></div></div></div></div>
</div>