<div dir="ltr">Got it.  Thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 20, 2016 at 5:50 PM, David Brown <span dir="ltr">&lt;<a href="mailto:dbrown@ucar.edu" target="_blank">dbrown@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Set mpOutlineBoundarySets to &quot;USStates&quot; or &quot;GeophysicalAndUSStates&quot;.<br>
If you want counties use &quot;AllBoundaries&quot;<br>
 -dave<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Jul 20, 2016 at 3:23 PM, Ryan Connelly &lt;<a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a>&gt; wrote:<br>
&gt; Alex,<br>
&gt;<br>
&gt; Thanks!  That and a few other changes got it working.  My last problem now<br>
&gt; is that I can&#39;t get state outlines to plot, even though I think I have the<br>
&gt; necessary resources set:<br>
&gt;<br>
&gt;         radres@mpUSStateLineColor     = &quot;Black&quot;<br>
&gt;     radres@mpUSStateLineThicknessF = 2.0<br>
&gt;<br>
&gt; I get coastal outlines, but nothing else.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Ryan<br>
&gt;<br>
&gt; On Wed, Jul 20, 2016 at 3:44 PM, Alexander Schaefer &lt;<a href="mailto:aschae11@uncc.edu">aschae11@uncc.edu</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Ryan,<br>
&gt;&gt;<br>
&gt;&gt; You might try looking here:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.ncl.ucar.edu/Document/Graphics/overlays_on_map.shtml" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/Document/Graphics/overlays_on_map.shtml</a><br>
&gt;&gt;<br>
&gt;&gt; Check out point 2 talking about lat2d and lon2d.<br>
&gt;&gt;<br>
&gt;&gt; It might be as simple a fix as<br>
&gt;&gt;<br>
&gt;&gt; rd_plane@lat2d = rlat<br>
&gt;&gt; rd_plane@lon2d = rlon<br>
&gt;&gt;<br>
&gt;&gt; It should associate lat/lon point wise like you are looking for.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt; -Alex<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Jul 20, 2016, at 3:31 PM, Ryan Connelly &lt;<a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Mary,<br>
&gt;&gt;<br>
&gt;&gt; Thanks for getting back to me.  Sorry about the delay on my end.<br>
&gt;&gt;<br>
&gt;&gt; printVarSummary of the rlat (or rlon) array shows<br>
&gt;&gt;<br>
&gt;&gt; Variable: rlat<br>
&gt;&gt; Type: float<br>
&gt;&gt; Total Size: 131044 bytes<br>
&gt;&gt;             32761 values<br>
&gt;&gt; Number of Dimensions: 2<br>
&gt;&gt; Dimensions and sizes: [y0 | 181] x [x0 | 181]<br>
&gt;&gt; Coordinates:<br>
&gt;&gt;             y0: [-120..119.94]<br>
&gt;&gt;             x0: [-120..119.94]<br>
&gt;&gt; Number Of Attributes: 3<br>
&gt;&gt;   _FillValue : 41.94297<br>
&gt;&gt;   standard_name : latitude<br>
&gt;&gt;   units : degrees_north<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; and for rd_plane shows<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Variable: rd_plane<br>
&gt;&gt; Type: float<br>
&gt;&gt; Total Size: 131044 bytes<br>
&gt;&gt;             32761 values<br>
&gt;&gt; Number of Dimensions: 2<br>
&gt;&gt; Dimensions and sizes: [y0 | 181] x [x0 | 181]<br>
&gt;&gt; Coordinates:<br>
&gt;&gt;             y0: [-120..119.94]<br>
&gt;&gt;             x0: [-120..119.94]<br>
&gt;&gt; Number Of Attributes: 12<br>
&gt;&gt;   z0 :  2<br>
&gt;&gt;   time : 1424628563<br>
&gt;&gt;   grid_mapping : grid_mapping_0<br>
&gt;&gt;   coordinates : lon0 lat0<br>
&gt;&gt;   units : dBZ<br>
&gt;&gt;   long_name : radar_reflectivity<br>
&gt;&gt;   standard_name : REF<br>
&gt;&gt;   _FillValue : 9.96921e+36<br>
&gt;&gt;   valid_max : 25.3757<br>
&gt;&gt;   valid_min : -9.187451<br>
&gt;&gt;<br>
&gt;&gt; printMinMax shows:<br>
&gt;&gt;<br>
&gt;&gt; (0) latitude: min=39.779   max=41.943<br>
&gt;&gt; (0) longitude: min=-74.313   max=-71.4156<br>
&gt;&gt;<br>
&gt;&gt; The values of rlat and rlon are the correct latitude and longitude values,<br>
&gt;&gt; but the trouble seems to be in matching the i,j&#39;th point in rd_plane with<br>
&gt;&gt; the lat,lon contained in the i&#39;th point of rlon and j&#39;th point of rlat, so<br>
&gt;&gt; that the code can plot radar reflectivity in the correct place.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Ryan<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Jul 10, 2016 at 11:53 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu">haley@ucar.edu</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Ryan,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You can&#39;t use wrf_xxxx functions to plot anything but WRF-ARW data.<br>
&gt;&gt;&gt; These functions assume that you are using WRF files with names like<br>
&gt;&gt;&gt; &quot;wrfout_d01_2008-09-28_00:00:00&quot; which have a bunch of global attributes in<br>
&gt;&gt;&gt; them that define the native map projection of the WRF data. This is why you<br>
&gt;&gt;&gt; were getting an error about MAP_PROJ being undefined.  This is one of the<br>
&gt;&gt;&gt; required global attributes.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If you are trying to plot the data over a map, then you will need to<br>
&gt;&gt;&gt; examine your file and your data variable (rd_plane) to determine if it is<br>
&gt;&gt;&gt; also on some native map projection, or whether you need to provide lat/lon<br>
&gt;&gt;&gt; coordinates for plotting.  I then suggest using the gsn_csm_contour or<br>
&gt;&gt;&gt; gsn_csm_contour_map functions to generate just contours, or contours over a<br>
&gt;&gt;&gt; map.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please see this page for some examples on how to plot data over a map<br>
&gt;&gt;&gt; using NCL:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://www.ncl.ucar.edu/Applications/plot_data_on_map.shtml" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/Applications/plot_data_on_map.shtml</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You might also want to look at this page:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://www.ncl.ucar.edu/Applications/radar.shtml" rel="noreferrer" target="_blank">http://www.ncl.ucar.edu/Applications/radar.shtml</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --Mary<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Jul 8, 2016 at 4:35 PM, Ryan Connelly &lt;<a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have Level II radar data in netcdf format (using radx and the steps<br>
&gt;&gt;&gt;&gt; outlined here:<br>
&gt;&gt;&gt;&gt; <a href="https://publish.illinois.edu/snesbitt/resources/radar-data-processing-with-radx/" rel="noreferrer" target="_blank">https://publish.illinois.edu/snesbitt/resources/radar-data-processing-with-radx/</a>).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I want to overlay it on a base map, in the same way I would with WRF<br>
&gt;&gt;&gt;&gt; data.  Here&#39;s a highly condensed version of what I have:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; rf    = addfile(diri+fili,&quot;r&quot;)<br>
&gt;&gt;&gt;&gt;        rd    = rf-&gt;REF(:,:,:,:)          ; float REF(time, z0, y0, x0) ;<br>
&gt;&gt;&gt;&gt; RHO, ZDR<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;        rd_plane = rd(0,0,:,:)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;        contour =  gsn_csm_contour(wks,rd_plane,radres)<br>
&gt;&gt;&gt;&gt;        plot = wrf_map_overlays(rf,wks,(/contour/),radres,mpres)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I was just assuming the netcdf had location data packaged into it, but I<br>
&gt;&gt;&gt;&gt; get the error:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; (0) wrf_map: Error: no MAP_PROJ attribute in input file<br>
&gt;&gt;&gt;&gt; fatal:overlay: missing value as input, can&#39;t continue<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I tried adding in a wrf file I had laying around and using it for map<br>
&gt;&gt;&gt;&gt; plotting, and while that got be a basemap, by radar data was obviously not<br>
&gt;&gt;&gt;&gt; matched geographically (it showed the KOKX RDA over New York City!).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;&gt; Ryan<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Ryan Connelly<br>
&gt;&gt;&gt;&gt; M.S. Student in Atmospheric Sciences, Stony Brook University<br>
&gt;&gt;&gt;&gt; B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso<br>
&gt;&gt;&gt;&gt; University<br>
&gt;&gt;&gt;&gt; <a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a><br>
&gt;&gt;&gt;&gt; <a href="mailto:ryan.connelly@stonybrook.edu">ryan.connelly@stonybrook.edu</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; ncl-talk mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt;&gt;&gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Ryan Connelly<br>
&gt;&gt; M.S. Student in Atmospheric Sciences, Stony Brook University<br>
&gt;&gt; B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso<br>
&gt;&gt; University<br>
&gt;&gt; <a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a><br>
&gt;&gt; <a href="mailto:ryan.connelly@stonybrook.edu">ryan.connelly@stonybrook.edu</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; ncl-talk mailing list<br>
&gt;&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt;&gt; List instructions, subscriber options, unsubscribe:<br>
&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Ryan Connelly<br>
&gt; M.S. Student in Atmospheric Sciences, Stony Brook University<br>
&gt; B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso<br>
&gt; University<br>
&gt; <a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a><br>
&gt; <a href="mailto:ryan.connelly@stonybrook.edu">ryan.connelly@stonybrook.edu</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; ncl-talk mailing list<br>
&gt; <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_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.8000001907349px"><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.8000001907349px"><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>