Plotting Multiple Cases on One Map

Post any questions or comments regarding the LINUX version of HYSPLIT. This includes the model execution, GUIs, results, or graphics. Be sure to mention the version of LINUX you are using.
Post Reply
nschir14
Posts: 1
Joined: April 5th, 2016, 7:15 pm
Registered HYSPLIT User: No

Plotting Multiple Cases on One Map

Post by nschir14 »

Hi,

I'm having some difficulties plotting trajectories across multiple dates on one map. Following the HYSPLIT 4 User Guide, when running the trajectory from the command line I should be able to add the tag

Code: Select all

-i[Input files: name1+name2+name3+... or +listfile or (tdump)]
to plot all of the trajectories from that list on the one figure. In my directory, I have saved all of my files as YYYYMMDD, and use -i as the user guide suggests. However, it appears that the code is not capable of running this way. Any ideas for why the graphic comes out looking messed up? See below for code and output. Thanks for any help you can provide!

Final Graphic: http://d.pr/i/DHkM

Trajectory Code:

Code: Select all

 ${HYSP}/trunk/exec/trajplot -l12 -v0 -z50 -j${HYSP}/trunk/graphics/arlmap -i19790724+19800531+19800805+19810510+19810608+19810716+19810826+19820507+19820702+19820806+19830614+19830822+19840520+19840608+19840703+19850511+19850718+19860604+19860628+19870520+19870701+19870804+19880713+19880804+19890519+19890714+19890820+19900711+19900817+19910517+19910803+19910831+19920616+19920702+19920825+19930501+19930530+19930809+19940605+19940804+19940826+19950626+19960717+19970525+19970617+19970720+19970812+19980605+19980722+19980820+19990504+19990604+19990627+19990806+20000614+20010518+20010718+20020605+20030606+20030623+20030707+20030830+20040513+20040611+20040704+20040729+20040824+20050512+20050605+20050718+20050812+20060802+20070527+20070804+20080524+20080625+20080829+20090608+20090709+20100704+20100831+20110513+20110615+20120831+20130520+20130621+20130802+20140511+20140601+20140807
CONTROL:

Code: Select all

05 07 18 18
10
   37.50    -92.50   50
   40.00    -97.50   50
   40.00    -93.50   50
   40.00    -87.50   50
   40.00    -82.50   50
   42.50    -100.00  50
   42.50    -92.50   50
   45.00    -102.50  50
   45.00    -97.50   50
   47.50    -95.00   50
-240
0
10000.0
1
./
output.dat
./
20050718

Output:

Code: Select all

 HYSPLIT4 - Initialization
 Last Changed Rev: 677
 Last Changed Date: 2014-11-12 15:18:23 +0000 (Wed, 12 Nov 2014)
 
  NOTICE: using namelist file SETUP.CFG                                                                       
 Calculation Started ... please be patient
 Percent complete:   0.4
 Percent complete:   0.8
 Percent complete:   1.3
 Percent complete:   1.7
 Percent complete:   2.1
 Percent complete:   2.5
 ngrd,k1,k2,ntim,jet:           1           1           0           1    60273360
 Percent complete:  10.0
 Percent complete:  20.0
 Percent complete:  30.0
 Percent complete:  40.0
 Percent complete:  50.0
 Percent complete:  60.0
 Percent complete:  70.0
 Percent complete:  80.0
 Percent complete:  90.0
 Percent complete: 100.0
 Complete Hysplit
 Started Trajectory Drawing
 Last Changed Rev: 677
 Last Changed Date: 2014-11-12 15:18:23 +0000 (Wed, 12 Nov 2014)
 
 Processing: 19790724                                
 Processing: 19800531                                
 Processing: 19800805                                
 Processing: 19810510                                
 Processing: 19810608                                
 Processing: 19810716                                
 Processing: 19810826                                
 Processing: 19820507                                
 Complete Trajplot [\code]
ariel.stein
Posts: 660
Joined: November 7th, 2012, 3:14 pm
Registered HYSPLIT User: Yes

Re: Plotting Multiple Cases on One Map

Post by ariel.stein »

Please try using a list file containing the names of the tdump files.

Also, please check that the tdump files contain all the hours you think your run lasted.
Post Reply

Return to “HYSPLIT for LINUX”