[ncl-talk] Sim reflectivity not plotting
Kacie Shourd
Kacie.Shourd at dri.edu
Wed Oct 19 19:52:42 MDT 2016
Hey Ryan,
Could you do a printVarSummary on dbz? I don't think it has to be interpolated to a plane. I could be wrong, but I know mdbz doesn't have to be. Change
contour = wrf_contour(a,wks,dbz_plane(:,:),opts)
to
contour = wrf_contour(a,wks,dbz,opts)
and see if that works.
:)
Best
Kacie
________________________________
From: ncl-talk-bounces at ucar.edu [ncl-talk-bounces at ucar.edu] on behalf of Ryan Connelly [rconne01 at gmail.com]
Sent: Wednesday, October 19, 2016 3:07 PM
To: ncl-talk
Subject: [ncl-talk] Sim reflectivity not plotting
Hi,
Any idea why sim reflec isn't plotting? It's the baseline script which I've been using and modifying for many months, but suddenly today, nothing. No error, but no contours generated.
The WRF run has weather there: a Low, and accumulating rain, so it's surprising there's no sim reflec.
I have do_radar_reflec = 1 in the namelist, and I checked that the values weren't outside the range being plotted. I tried switching from "dbz" to "REFL_10CM", and neither produces any contours.
dbz = wrf_user_getvar(a,"dbz",it)
z = wrf_user_getvar(a,"z",it)
height = 2000. ; 2 km
dbz_plane = wrf_user_intrp3d(dbz,z,"h",height,0.,False)
opts = res
opts at cnFillOn = True
opts at ContourParameters = (/ 10., 50., 2./)
contour = wrf_contour(a,wks,dbz_plane(:,:),opts) ; plot only lowest level
plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)
Thanks,
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<mailto:rconne01 at gmail.com>
ryan.connelly at stonybrook.edu<mailto:ryan.connelly at stonybrook.edu>
PUBLIC RECORDS NOTICE: In accordance with NRS Chapter 239, this email and responses, unless otherwise made confidential by law, may be subject to the Nevada Public Records laws and may be disclosed to the public upon request.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161020/4b5ffb79/attachment.html
More information about the ncl-talk
mailing list