<div dir="ltr">Hi Brandon,<div>Your attachment did not come through, but based on your description it sounds like you will need to create a 3rd array that you design using the input from your first two arrays (where X = 0 and X = 1.) For example, the following will create an array that contains values ranging from -3 to 3 corresponding to positive/negative trends and their significance. This hopefully provides you with a starting point:</div><div>arr3 = arr(1,:,:)   ; create new array  using metadata from arr</div><div>arr3 = 0.</div><div>arr3 = where(arr(1,:,:).ge.0.and.arr(0,:,:).ge..90,1,arr3)</div><div>arr3 = where(arr(1,:,:).ge.0.and.arr(0,:,:).ge..95,2,arr3)</div><div>arr3 = where(arr(1,:,:).ge.0.and.arr(0,:,:).ge..99,3,arr3)</div><div>arr3 = where(arr(1,:,:).lt.0.and.arr(0,:,:).ge..90,-1,arr3)</div><div><div>arr3 = where(arr(1,:,:).lt.0.and.arr(0,:,:).ge..95,-2,arr3)</div></div><div><div>arr3 = where(arr(1,:,:).lt.0.and.arr(0,:,:).ge..99,-3,arr3)</div></div><div>Then you can go on to plot the arr3 array.</div><div>If you have further questions let ncl-talk know.</div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 11, 2019 at 3:16 PM Brandon Fisel <<a href="mailto:bjfisel@gmail.com">bjfisel@gmail.com</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>Hello,</div><div><br></div><div>Looking through NCL contour examples, I have not come across an example of how I would like the results from trend_manken plotted.</div><div><br></div><div>The data returned from trend_manken has dimensions [X], [I], [J], for X size = 2 (0 = probability, and 1 = trend), and I and J equal to the lat or long respectively. I would like to plot for X = 0 as a function of the sign at X = 1. Below is an example of the plot I would like to create.</div><div><br></div><div>I would like to have a contour plot of the probabilities (>90%, >95%, and >99%) as a function of the sign of the trend. For example, a positive trend would have increasingly red contours for the 3 probability levels listed above; and, a negative trend would having increasingly red-to-white contours for the 3 probability levels.</div><div><br></div><div><div class="gmail-m_6468200141447305627gmail_signature" dir="ltr">-------------------------------------------------------------<br>Brandon</div></div></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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>