[ncl-talk] Trying to zoom in on Texas from WRF data, but am having issues with data scaling to map projection (Andrew Schwartz)

Ryan Connelly rconne01 at gmail.com
Mon Mar 13 22:10:40 MDT 2017


Hi Andrew,

I do the same thing using "Corners" 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.

Something like:


contour = wrf_contour(a,wks,dbz_plane(:,:),opts)
...
plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)


This instead of gsn_csm_contour.  I can't claim it's a beter way of doing
it, or that it addresses the specific problem, but hopefully this
alternative method will make it work!

Ryan

-- 
Ryan Connelly
M.S. Student in Atmospheric Sciences, Stony Brook University
B.S. in Meteorology with Minors in Mathematics and GIS, Valparaiso
University
rconne01 at gmail.com
ryan.connelly at stonybrook.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170314/8b7220c9/attachment.html 


More information about the ncl-talk mailing list