[ncl-talk] cross-section plots
Kacie Shourd
Kacie.Shourd at dri.edu
Wed Jun 8 13:52:16 MDT 2016
Hi,
Since you're using WRF data (curvilinear rather than rectilinear grid), you will need to attach your lat/lon arrays to the RH variable. Can be done using something like this:
rh = wrf_user_getvar(a, "rh", it)
lat2d = wrf_user_getvar(a, "xlat", it) ;or whatever your lat array is called
lon2d = wrf_user_getvar(a, "xlon", it)
rh&lat = lat2d
rh&lon = lon2d
Best,
Kacie
________________________________
From: ncl-talk-bounces at ucar.edu [ncl-talk-bounces at ucar.edu] on behalf of Prasad Anisetty [anisettyp at gmail.com]
Sent: Wednesday, June 08, 2016 8:07 AM
To: ncl-talk at ucar.edu
Subject: [ncl-talk] cross-section plots
Hello,
I am plotting relative humidity (rh) from wrf out put as "SW to NE (diagonal) with respect to height".
At my X-axis, I wanted to display labels as latitude and longitude of corresponding grid point. But My X-axis is showing grid points. Can you please help me how to do it. I am new user in NCL. Please find my NCL script here.
Your help is highly appreciable.
Thank you so much in Advance.
--
Present Position:
S.K.A.V.P.Rao Anisetty
M.Tech; Ph.D
Post Doctoral Fellow
Extreme Weather Expertise
Plouzane - 29280, Brest
France
Mobile: +33-783848872<tel:%2B886-955768484>
Earlier Position:
Post Doctoral Research Fellow, National Taiwan Normal University, Taiwan.
Post Doctoral Research Fellow, National Central University, Taiwan.
Senior Research Fellow, Indian Institute of Technology, Delhi, New Delhi, India
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/20160608/d45db182/attachment.html
More information about the ncl-talk
mailing list