<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Also, something you might find useful : <a href="https://www.ncl.ucar.edu/Document/Functions/Contributed/geolocation_circle.shtml"><b>geolocation_circle</b></a></div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/unique.shtml"><b>http://www.ncl.ucar.edu/Applications/unique.shtml</b></a></div><div>Example: Katrina_circle.ncl</div><div><br></div><div>------</div><div><br></div><div>Also, <br></div><div><br></div><div><a href="https://test.www.ncl.ucar.edu/Applications/shapefiles.shtml"><b>shapefiles</b></a>: Examples 5, 9 and 13</div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 26, 2019 at 9:43 AM Dennis Shea <<a href="mailto:shea@ucar.edu">shea@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>Hi Thomas,</div><div><br></div><div>The question is not clear to me.</div><div><br></div><div>I assume all the data are from the same grid. If your center point is at indices: (jlat,ilon) and the grid is (say) <br></div><div>jStrt  = jlat-JLAT</div><div>jLast = jlat+JLAT</div><div>iStrt =</div><div>iLast = <br></div><div>    <br></div><div>    JY  = 2*JLAT_1</div><div>    IX  = 2*ILON+1<br></div><div>    grid = new ((/JY,IX/),"float",-999.0)</div><div>    grid = 0.0</div><div><br></div><div>    do ng=0,ngrid-1</div><div>         jStrt = <br></div><div>         jLast =</div><div>         iStrt =</div><div>         iLast<br></div><div>         grid =  grid + data(jStrt:jLast,iStrt:iLast)</div><div>     end do</div><div><br></div><div>     grid = grid / ngrid</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 26, 2019 at 6:28 AM Thomas Tobian <<a href="mailto:thomastobian@gmail.com" target="_blank">thomastobian@gmail.com</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 dir="ltr"><div dir="ltr">Dear guys,<div><br></div><div>Can you help me how to make the composite like in this figure (attached) for a user-specified longitude and latitude? For a user-specified longitude, I can easily use <b>lonPivot, </b><span>but I don't know for the latitude. I would be grateful if you can send me an example of that.</span></div><div><span><br></span></div><div><span>Best,</span></div><div><span>Thomas</span></div><div><br></div><div><br></div></div></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><br>
</blockquote></div>
</blockquote></div>