Page 1 of 1

cluster analysis for 5 year long data

Posted: March 25th, 2016, 6:00 am
by tepea
Hi. I'm new in HYSPLIT.

I'm trying to cluster my five year long wind data (.gbl). I clustered my data before with TrajStat. But TrajStat is not doing iteration so it's not giving a specific cluster number. I have to use trial-and-error method in TrajStat and I think it's not completely true.

I'm using this tutorial for understand how can i cluster my data with HYSPLIT

http://www.arl.noaa.gov/documents/works ... torial.pdf

but it's just showing for 1 month. How can i use this cluster analysis with 5 year long data. How can i load my all data in an lumb.

Re: cluster analysis for 5 year long data

Posted: March 25th, 2016, 8:31 am
by barbara.stunder
All the trajectories in the file INFILE will be clustered. As you say, the example is for one month. You need to create an INFILE with all your trajectories. Due to possible memory issues, start small, say one trajectory a day for year, increase it to two years, etc. For information about memory, see viewtopic.php?f=12&t=516&p=1781&hilit=c ... mory#p1781

Re: cluster analysis for 5 year long data

Posted: March 25th, 2016, 10:40 am
by yaqiang
TSV figure has been added in clustering function of TrajStat Java plugin from 1.4.3 version. So you can get a specified cluster number with the TSV figure using neweast MeteoInfo Java and TrajStat plugin version.
cluster_cal.png
TVS.png

Re: cluster analysis for 5 year long data

Posted: March 28th, 2016, 6:24 pm
by tepea
barbara.stunder wrote:All the trajectories in the file INFILE will be clustered. As you say, the example is for one month. You need to create an INFILE with all your trajectories. Due to possible memory issues, start small, say one trajectory a day for year, increase it to two years, etc. For information about memory, see viewtopic.php?f=12&t=516&p=1781&hilit=c ... mory#p1781
Thank you for your answer. This is a good solution. :)

Re: cluster analysis for 5 year long data

Posted: March 28th, 2016, 6:25 pm
by tepea
yaqiang wrote:TSV figure has been added in clustering function of TrajStat Java plugin from 1.4.3 version. So you can get a specified cluster number with the TSV figure using neweast MeteoInfo Java and TrajStat plugin version.
cluster_cal.png
TVS.png

Thank you. this was easy :D