[ncl-talk] Wind composites (tropical cyclone)
Dennis Shea
shea at ucar.edu
Tue Feb 26 09:43:42 MST 2019
Hi Thomas,
The question is not clear to me.
I assume all the data are from the same grid. If your center point is at
indices: (jlat,ilon) and the grid is (say)
jStrt = jlat-JLAT
jLast = jlat+JLAT
iStrt =
iLast =
JY = 2*JLAT_1
IX = 2*ILON+1
grid = new ((/JY,IX/),"float",-999.0)
grid = 0.0
do ng=0,ngrid-1
jStrt =
jLast =
iStrt =
iLast
grid = grid + data(jStrt:jLast,iStrt:iLast)
end do
grid = grid / ngrid
On Tue, Feb 26, 2019 at 6:28 AM Thomas Tobian <thomastobian at gmail.com>
wrote:
> Dear guys,
>
> 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 *lonPivot, *but I don't know for the
> latitude. I would be grateful if you can send me an example of that.
>
> Best,
> Thomas
>
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190226/0ba732ea/attachment.html>
More information about the ncl-talk
mailing list