[ncl-talk] IBTrACS: storm tracking problem

Md. Jalal Uddin dmjalal90 at gmail.com
Mon Jan 25 18:53:07 MST 2021


Sorry, I forgot to add the updated script. Please see attached.

On Tue, 26 Jan 2021 at 07:59, Adam Phillips <asphilli at ucar.edu> wrote:

> Hi Jalal,
> You did not send an updated version of your script, so I can only address
> what you are doing by looking at the script attached to your initial
> ncl-talk email. Assuming that you are drawing all the tracks with a single
> gsn_csm_xy plot call, you will need to set the color of each marker using
> the xyMarkerColors resource.
> http://www.ncl.ucar.edu/Document/Graphics/Resources/xy.shtml#xyMarkerColors
> An example of doing this can be seen in XY example 37 here:
> http://www.ncl.ucar.edu/Applications/xy.shtml#ex37
> Hope that helps!
> Adam
>
>
> On Mon, Jan 18, 2021 at 6:52 AM Md. Jalal Uddin via ncl-talk <
> ncl-talk at mailman.ucar.edu> wrote:
>
>> Hi all,
>>
>> I have solved the previous issue. However, I am still facing a problem.
>> All typhoons are getting one line (attached figure), but every typhoon
>> should have a different line.
>>
>> Any suggestions would be appreciated.
>>
>> On Sun, 17 Jan 2021 at 12:28, Md. Jalal Uddin <dmjalal90 at gmail.com>
>> wrote:
>>
>>> 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
>>>
>>
>>
>> --
>> *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
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
>
> --
> Adam Phillips
> Associate Scientist,  Climate and Global Dynamics Laboratory, NCAR
> www.cgd.ucar.edu/staff/asphilli/   303-497-1726
>
> <http://www.cgd.ucar.edu/staff/asphilli>
>


-- 
*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/20210126/71f189d8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typhoon_track.ncl
Type: application/octet-stream
Size: 2752 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20210126/71f189d8/attachment.obj>


More information about the ncl-talk mailing list