[ncl-talk] IBTrACS: storm tracking problem

Md. Jalal Uddin dmjalal90 at gmail.com
Sat Jan 16 21:28:23 MST 2021


Hi all,

I am getting a map for only one typhoon instead of all (attached figure). I
followed the ibtracs_1.ncl example (
https://www.ncl.ucar.edu/Applications/Scripts/ibtracs_1.ncl). I need to
modify the following code.

ID      = 2
 year  = 2019

if( ID.ge.2 ) then
    stormInd = ind( ( year.eq.stormYear ).and.( ID.eq.stormID ) )
  else
    stormInd = ind( stormID.gt.ID )
  end if

  stormLat = Latitude(stormInd)
  stormLon = Longitude(stormInd)

The full code and data have been added in the attachment.

Best regards,
Jalal
-- 
*Md. Jalal Uddin*
Founder and Director of Research Society (
https://researchsociety20.org/founder-and-director/)
PhD candidate - Atmospheric Physics and Atmospheric Environment (NUIST)
M.Sc. in Applied Meteorology (NUIST)
B.Sc. in Disaster Management (PSTU)
Email: dmjalal90 at nuist.edu.cn
Personal website: https://dmjalal90.weebly.com/
Research gate profile: https://www.researchgate.net/profile/Md_Uddin125
YouTube channel: http://www.youtube.com/c/MdJalalUddindmjalal90
Cell: +8613260859092, +8801792052662
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210117/39c3c008/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ibtracs.png
Type: image/png
Size: 73458 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210117/39c3c008/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Typhoon_BST_data.csv
Type: application/vnd.ms-excel
Size: 28352 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210117/39c3c008/attachment.xlb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typhoon_track.ncl
Type: application/octet-stream
Size: 2282 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210117/39c3c008/attachment.obj>


More information about the ncl-talk mailing list