| 
 CAPTEX Animation with Measurements
Load captex_control.txt and captex_setup.txtChange sample start time to 2100 and duration to 6 hours
 
 Create SVG output file
 
 Convert SVG file to GIF animation
 
 
 
 
 CAPTEX Animation using Google EarthRerun Contouring with KML/KMZ Option
 
 Sequence Frames in GE and Save Each Image
frame01.png, frame02.png, ...

 
 Use Image Magick Convert Command:
convert -loop 100 -delay 50 +repage -dispose Background frame??.jpg animation.gif

 
 
 
 
 Trajectory Frequency using Center-of-Mass ParticlesCreate a script to edit by appending two scripts
 
 Move the namelist section to the day-hour loop and edit
 
 Move control file section after the meteorology and edit
 
 Replace the trajectory with the concentration executable
 
 Delete the remaining lines from second script and run
 
 |