<div dir="ltr"><div>The script you keep modifying was created for grids with different lat2d/lon2d arrays for each orbit.</div><div>The lat2d/lon2d arrays in the files you attached are the same for each file.The following is verification:</div><div><br></div><div>%> ncl tst.lat2d_lon2d.ncl</div><div>   :</div><div>====</div><div>I have attached a script that extracts the value for each orbit at the one location you specified as follows:<br></div><div><br></div><div>;********** New code addition for printing location data**********************<br>  latloc  =  40.821                           ; can be more than on location<br>  lonloc  = -73.949  <br></div><div><br></div><div>Using the function<b> <a href="http://www.ncl.ucar.edu/Document/Functions/Contributed/getind_latlon2d.shtml">getind_latlon2d</a></b> , the grid point closest to (latloc,lonloc) was identified.</div><div><br></div><div>%> ncl daily_orbit.ncl</div><div><br></div><div><b>nl=1101  ml=484 </b> lat2d(nl,ml)=40.82083332967001  lon2d(nl,ml)=-73.9503820767582</div><div><br></div><div>The values for each of the 5 orbits are as follows:<br></div><div>Variable: X</div><div>Dimensions and sizes:  [<b>Orbits_grid1km | 5</b>]</div><div>  _FillValue :   -28672</div><div><br></div><div>(0)       0.041<br>(1)      -28672<br>(2)     -28672<br>(3)     0.146<br>(4)      -28672</div><div><br></div><div>===</div><div>These are very different from what you mention.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jan 19, 2020 at 6:04 PM Herb, Jason via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I am attempting to have ncl do the averaging of all swaths for a given day for a certain location. The script i have appears to not be averaging the data properly when I look at a given day and manually average the swaths together i get get the correct average
 of 0.05 but on 1/2/2002 my output file says the average is 0.05 but the swath location values are 0.12, 0.05 and 0.08 which average to 0.08. I have attached a copy of my script and two hdf files. Any suggestions?<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thanks,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Jason<br>
</div>
</div>

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