How do you specify more than one meteorological file in the ‘set Meteo_file’ line of the Auto_traj.tcl script so the

Post any questions or comments regarding the Desktop PC version of HYSPLIT. This includes the model execution, GUIs, results, or graphics. Be sure to include the operating system you are using (Windows XP, Windows Vista, Windows 7, Windows 8, etc.
Post Reply
sonny.zinn
Posts: 360
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

How do you specify more than one meteorological file in the ‘set Meteo_file’ line of the Auto_traj.tcl script so the

Post by sonny.zinn »

[Note that the question and the answer below are recreated from a HYSPLIT FAQ site that predates this forum site. The original posting date is unknown.]

Question:
How do you specify more than one meteorological file in the ‘set Meteo_file’ line of the Auto_traj.tcl script so the loop can run through many months of data?

Answer:

Code: Select all

file delete Control
   set f [open Control w]
   puts $f "$Start_time"
   puts $f "1"
   puts $f "$Start_loc"
   puts $f "$Run_hours"
   puts $f "$Vert_coord"
   puts $f "$Top_model"
   puts $f "2"
   puts $f "$Meteo_path"
   puts $f "$Meteo_file"
   puts $f "$Meteo_path2"
   puts $f "$Meteo_file2"
   puts $f "$Output_path"
   puts $f "$Output_file"
   close $f 
Roland Draxler
Post Reply

Return to “HYSPLIT for PCs”