<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,
<div><br>
</div>
<div>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:</div>
<div><br>
</div>
<div>&nbsp; rh = wrf_user_getvar(a, &quot;rh&quot;, it)</div>
<div>&nbsp; lat2d = wrf_user_getvar(a, &quot;xlat&quot;, it) &nbsp; &nbsp; &nbsp; ;or whatever your lat array is called</div>
<div>&nbsp; lon2d = wrf_user_getvar(a, &quot;xlon&quot;, it)</div>
<div><br>
</div>
<div>&nbsp; rh&amp;lat = lat2d</div>
<div>&nbsp; rh&amp;lon = lon2d</div>
<div><br>
</div>
<div>Best,</div>
<div>Kacie</div>
<div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF641027" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> ncl-talk-bounces@ucar.edu [ncl-talk-bounces@ucar.edu] on behalf of Prasad Anisetty [anisettyp@gmail.com]<br>
<b>Sent:</b> Wednesday, June 08, 2016 8:07 AM<br>
<b>To:</b> ncl-talk@ucar.edu<br>
<b>Subject:</b> [ncl-talk] cross-section plots<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>
<div>
<div>Hello,<br>
<br>
</div>
I am plotting relative humidity (rh) from wrf out put as &quot;SW to NE (diagonal) with respect to height&quot;.<br>
</div>
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.<br>
</div>
<div><br>
Your help is highly appreciable.<br>
</div>
Thank you so much in Advance.<br>
<div><br>
<br>
<div>
<div><br clear="all">
<div><br>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div><u>Present Position</u>:</div>
<div><span style="background-color:rgb(255,255,255)"><font color="#0000ff"><b>S.K.A.V.P.Rao Anisetty</b></font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font color="#0000ff"><b>M.Tech; Ph.D</b></font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font color="#0000ff"><b>Post Doctoral Fellow&nbsp;</b></font></span></div>
<div><span style="background-color:rgb(255,255,255)"><font color="#0000ff"><b>Extreme Weather Expertise</b></font></span></div>
<div><span style="font-size:12.8px"><font color="#0000ff"><b>Plouzane - 29280, Brest</b></font></span></div>
<div><span style="font-size:12.8px"><font color="#0000ff"><b>France </b></font></span><br>
</div>
<div><span style="background-color:rgb(255,255,255)"><font color="#0000ff"><b>Mobile:&nbsp;<a href="tel:%2B886-955768484" value="&#43;886955768484" target="_blank">&#43;33-783848872</a></b></font></span></div>
<div><br>
</div>
<div><u>Earlier Position</u>:</div>
<div><b style="color:rgb(0,0,255); font-size:12.8px">Post Doctoral Research Fellow,&nbsp;</b><b style="font-size:12.8px; color:rgb(0,0,255)">National Taiwan Normal University, Taiwan.</b><br>
</div>
<div>
<div style="font-size:12.8000001907349px"><font color="#0000ff"><b>Post Doctoral Research Fellow,&nbsp;</b></font><b style="color:rgb(0,0,255); font-size:12.8000001907349px">National Central University, Taiwan.</b></div>
</div>
<font color="#0000ff"><b>Senior Research Fellow,&nbsp;Indian Institute of Technology, Delhi,&nbsp;New Delhi,&nbsp;</b></font><b style="color:rgb(0,0,255); font-size:12.8000001907349px">India</b></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<font face="Arial" size="2">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.</font>
</body>
</html>