<div dir="ltr"><div dir="ltr"><div>There are workspace arrays that have reasonable default sizes.</div><div>Sometimes a plot needs more memory then the default. You can make larger:</div><div><br></div><div> wks = <b>gsn_open_wks</b>(...)   <br><br>; Increase the workspace to avoid an error message. You may have to try different sizes. Try:<br></div><div><pre><span style="font-family:arial,helvetica,sans-serif">  setvalues <strong>NhlGetWorkspaceObjectId</strong>()
    "<a href="https://www.ncl.ucar.edu/Document/Graphics/Resources/ws.shtml#wsMaximumSize"><b><em>wsMaximumSize</em></b></a>" : 300000000
  end setvalues</span></pre></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 9, 2019 at 4:05 AM Anne <<a href="mailto:anne.seidenglanz@unive.it">anne.seidenglanz@unive.it</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 dir="ltr">Hi,<br><div><br></div><div>I am trying to plot a filled contour plot overlaid with stippling pattern for statistical significance. NCL gives me the error message </div><div><br></div><div>fatal:ContourPlotDraw: Workspace reallocation would exceed maximum size 100000000</div><div>fatal:ContourPlotDraw: draw error</div><div>fatal:ContourPlotDraw: draw error</div><div>fatal:PlotManagerDraw: error in plot draw</div><div>fatal:_NhlPlotManagerDraw: Draw error </div><div><br></div><div>Is this because the plot itself it too demanding for NCL in a graphical sense, or because the variable allocation takes too much memory (my script is too complex)? From previous threads I understood this is a graphical issue, anyway I don't see why NCL shouldn't be able to produce such a plot. </div><div><br></div><div>Thanks for any advice,</div><div>Anne</div></div></div>

<br>
<div><font style="font-family:Arial,Helvetica,sans-serif" size="2">Nota automatica aggiunta dal sistema di posta.</font></div><div><img src="https://www.unive.it/media/banner_5x1000_2019_v3.png"></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div>