<div dir="ltr"><div>Hi Jason,</div><div>From the script you attached, all panel resources are commented out but you are calling gsn_panel which would fail, following is in your script:<br></div><div>;  resP                     = True                ; modify the panel plot<br>;  resP@gsnMaximize         = True                ; maximize plot in frame<br>;  resP@gsnPanelMainString  = "TEST TEST TEST"  ; title<br>;  resP@gsnPanelRowSpec     = True                   ; tell panel what order to plot<br>;  gsn_panel(wks,plot,(/2,2/),resP)<br>;  gsn_panel(wks,plot,(/2,2/),resP)<br>;panel_res = True<br>;      panel_res@gsnPanelRowSpec = True<br>;     gsn_panel(wks,(/plot(0),plot(1),plot(2),plot(3)/),(/2,2/),panel_res)<br>  gsn_panel(wks,plot,(/2,2/),resP)</div><div><br></div><div>Also there is no variable in the script named "plot", is it created somewhere?</div><div><br></div><div><b>Try the following and add more resources, if needed:</b></div><div><b><br></b></div><div><b>resP                     = True                ; modify the panel plot</b></div><div><b>resP@gsnFrame = False</b></div><div><b>gsn_panel(wks,(/plot0,plot1,plot2,plot3/),(/2,2/),resP)</b></div><div><b>frame(wks)</b><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 8, 2021 at 9:24 PM Herb, Jason via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello all,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I have attempted to simplify a pervious script plotting a 4 -panel plot with overlays for (CO, O3 and SO2) data (see attached script). I was able to create a single plot and overlays without issue. However, when I attempt to do similar to have all 4 panels
 NCL kicks out gsn_panel: Error: all of the plots passed to gsn_panel appear to be invalid. I am at a loss as to why it will do a single panel and overlay but when multiple panels are involved it crashes. Any thoughts?<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thanks,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Jason<br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>