<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Ryan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I&#39;m a bit surprised this works, because if you are plotting data in the native projection using wrf_xxxx routines, you still need to subset dbz_plane so that it draws the correct subset of dbz_plane over the subsetted map domain.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The WRF folks have a &quot;zoom&quot; example of their own where they do this.  Please see:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/SPECIAL/wrf_Zoom.htm">http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/SPECIAL/wrf_Zoom.htm</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">If you click on &quot;wrf_Zoom.ncl&quot;, you will see this code:</div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default"><font face="monospace, monospace">    dims = dimsizes(ter)</font></div><div class="gmail_default"><font face="monospace, monospace">    ; As an example, we are looking for the lower right 1/4 of the domain</font></div><div class="gmail_default"><font face="monospace, monospace">    x_start = dims(1)/2</font></div><div class="gmail_default"><font face="monospace, monospace">    x_end   = dims(1)-1</font></div><div class="gmail_default"><font face="monospace, monospace">    y_start = 0</font></div><div class="gmail_default"><font face="monospace, monospace">    y_end   = dims(0)/2</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">    mpres1@ZoomIn = True</font></div><div class="gmail_default"><font face="monospace, monospace">    mpres1@Xstart = x_start</font></div><div class="gmail_default"><font face="monospace, monospace">    mpres1@Ystart = y_start</font></div><div class="gmail_default"><font face="monospace, monospace">    mpres1@Xend = x_end</font></div><div class="gmail_default"><font face="monospace, monospace">    mpres1@Yend = y_end</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">    tc_zoom  = tc(:,y_start:y_end,x_start:x_end)</font></div><div class="gmail_default"><font face="monospace, monospace">    tc_zoom@description = tc@description + &quot; - Lower right of domain&quot;</font></div><div class="gmail_default"><font face="monospace, monospace">    ter_zoom = ter(y_start:y_end,x_start:x_end)</font></div><div class="gmail_default"><font face="monospace, monospace">    ter_zoom@description = ter@description + &quot; - Lower right of domain&quot;</font></div><div class="gmail_default"><br></div><div class="gmail_default">This code is simply zooming in on the lower right quadrant of the WRF domain, but it uses the same ZoomIn and X/Y/Start/End resources to set up the correct parameters for plotting.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 13, 2017 at 10:10 PM, Ryan Connelly <span dir="ltr">&lt;<a href="mailto:rconne01@gmail.com" target="_blank">rconne01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Andrew,<div><br></div><div>I do the same thing using &quot;Corners&quot; mode and the corresponding RightCornerLatF, etc., as you do.  However, I create the contour variable using wrf_contour, and then plot that contour variable using wrf_map_overlays, with the first res argument (fourth overall) being a plot res for things like annotated polylines and such, which would be empty but =True, and the second res argument (fifth overall) being the map res that is used to define the corners.</div><div><br></div><div>Something like:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">contour = wrf_contour(a,wks,dbz_plane(:,<wbr>:),opts)</font></div><div><font face="monospace, monospace">...</font></div><div><font face="monospace, monospace">plot = wrf_map_overlays(a,wks,(/<wbr>contour/),pltres,mpres)</font></div></blockquote><div><br></div><div>This instead of gsn_csm_contour.  I can&#39;t claim it&#39;s a beter way of doing it, or that it addresses the specific problem, but hopefully this alternative method will make it work!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Ryan<br clear="all"><div><br></div>-- <br><div class="m_7539144014376963864gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div></font></span></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>