<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There&#39;s not enough information to go on here.  First, when you say you are not able to extract the values, do you mean you get an error message, or you don&#39;t get the values you expect?  Please be more specific if you can.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Also, I don&#39;t understand what&#39;s going on in your code.  It looks like you are reading variables off a group of files (opened with &quot;addfiles&quot;), and then attaching lat and lon coordinate arrays to them afterwards. Did you first check to see if the variables maybe already have coordinate arrays when you read them off the file?  You can verify this with:</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">printVarSummary(u1)</div><div class="gmail_default" style="font-size:small">printVarSummary(v1)</div><div class="gmail_default" style="font-size:small">
<br></div><div class="gmail_default" style="font-size:small">right after your &quot;addfiles&quot; call.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">
The other possibility is that your data is &quot;curvilinear&quot; and hence you have 2D arrays of lat and lon, and not 1D arrays.  If your lat/lon are 2D, then you can&#39;t attach coordinate arrays, and you won&#39;t be able to use coordinate subscripting via the &quot;{&quot; and &quot;}&quot; syntax.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Instead, you will need to use the function &quot;getind_latlon2d&quot;:</div><div class="gmail_default" style="font-size:small">
<br></div><div class="gmail_default" style="font-size:small"><a href="http://www.ncl.ucar.edu/Document/Functions/Contributed/getind_latlon2d.shtml">http://www.ncl.ucar.edu/Document/Functions/Contributed/getind_latlon2d.shtml</a></div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you continue to have problems with this, please provide more information, and also call &quot;printVarSummary&quot; on your data variables (u1, v1, lat, lon) and include this output so we can see what kind of data you have.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Mon, Aug 25, 2014 at 7:55 AM, Muhammad Omer Mughal <span dir="ltr">&lt;<a href="mailto:m.mughal1@postgrad.curtin.edu.au" target="_blank">m.mughal1@postgrad.curtin.edu.au</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi </p>
<p><br>
</p>
<p>I am intending to extract the wind speed at a particular level and latitude longitude .There are 159 time instances in about 159 files and I am trying to get the wind speed out at all those time instances at the particular latitude and longitude shown in
 the code attached .Kindly suggest for any chages if required. Till now I am not able to extract the correct values.
<br>
</p>
<p><br>
</p>
<div>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px"><b><br>
</b></div>
<div style="font-family:Tahoma;font-size:13px"><b>Regards</b></div><span class="HOEnZb"><font color="#888888">
<div style="font-family:Tahoma;font-size:13px"><b>Muhammad Omer Mughal</b>
<div><b>Department of Applied Physics</b></div>
<div><br>
</div>
</div>
</font></span></div>
</div>
</div>

<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>