<div dir="ltr">Using radx, I have a netcdf file of a single time of radar reflectivity with the following dimensions:<div><br></div><div><div><font face="monospace, monospace">Dimensions and sizes:<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>[z0 | 99] x [y0 | 535] x [x0 | 535]</font></div><div><font face="monospace, monospace">Coordinates: </font></div><div><font face="monospace, monospace">            z0: [0.1..9.9]</font></div><div><font face="monospace, monospace">            y0: [-267..267]</font></div><div><font face="monospace, monospace">            x0: [-267..267]</font></div><div><br></div><div>There are 99 levels, as z spans 0.1 km to 10.0 km with a dz of 0.1 km.</div><div><br></div><div>I try to plot the xsec:</div><div><font face="monospace, monospace">dbz_plane = wrf_user_intrp2d(rd_single_time(:,:,:),plane,0.,opts)</font><br></div><div><br></div><div>But the plot I get has a vertical resolution of 1.0 km, not 0.1 km.  See attached.</div><div><br></div><div>Below is a snippet of the PrintVarSummary for dbz_plane:</div><div><br></div><div><span style="font-family:monospace,monospace">Number of Dimensions: 2</span><br></div><div><font face="monospace, monospace">Dimensions and sizes:<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>[Time | 99] x [Horizontal | 135]</font></div><div><font face="monospace, monospace">Coordinates: </font></div><div><font face="monospace, monospace">Number Of Attributes: 3</font></div><div><font face="monospace, monospace">  _FillValue :<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>9.96921e+36</font></div><div><font face="monospace, monospace">  description :<span class="gmail-Apple-tab-span" style="white-space:pre">        </span> </font></div><div><font face="monospace, monospace">  units :<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>dBZ</font></div><div><br></div><div>This is curious.  Why has z0 remapped to Time?  And is this what&#39;s causing my problem?</div><div><br></div><div>I plot by calling</div><div><font face="monospace, monospace">plot =  gsn_csm_contour(wks,dbz_plane(0:98,:),radres)</font><br></div><div><br></div><div>Thanks,</div><div>Ryan<br clear="all"><div><br></div>-- <br><div class="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.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></div></div>