[ncl-talk] Fwd: Cross section vertical coordinate and tick mark labeling
Evelyn Grell - NOAA Affiliate
evelyn.grell at noaa.gov
Tue May 10 16:44:34 MDT 2016
Oops, I forgot to reply all.
This has been resolved.
---------- Forwarded message ----------
From: Evelyn Grell - NOAA Affiliate <evelyn.grell at noaa.gov>
Date: Tue, May 10, 2016 at 2:36 PM
Subject: Re: [ncl-talk] Cross section vertical coordinate and tick mark
labeling
To: Ryan Connelly <rconne01 at gmail.com>
Ryan,
It looks like you may have forgotten to limit the vertical dimension
of the array being plotted, but I am just guessing without seeing the
rest of your script.
eg. contour_thes = wrf_contour(a,wks,thes_plane(*0:zspan*,:),opts_xy)
The line that you were asking about:
zz = wrf_user_intrp3d(z,z,"v",plane,0.,opts) ; interpolate z -> zz
looks correct (not intuitive, but correct). So zz is the array of
heights on the 100 levels that are output from wrf_user_interp (the
dimensions of zz should be the same as the dimensions of your *_plane
arrays).
Again, this link
http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.htm
<http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.htm>
has an example you can check as well.
Evelyn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160510/42d06677/attachment.html
More information about the ncl-talk
mailing list