Page 1 of 1

Daily runs

Posted: December 30th, 2015, 3:19 pm
by florin.unga
Whenever I'm running some daily analysis in GUI, it's creating only the first backtrajectorie, then, when it's passing to the next one, I receive the following error:

Warning: locale not supported by C library, locale unchanged
Warning: locale not supported by C library, locale unchanged
while executing
"exec $X_dir/xterm -fn fixed -e $exec_dir/hyts_std"
(procedure "make_traj" line 59)
invoked from within
"make_traj"
invoked from within
".autotraj.bot.save invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 22)
invoked from within
"tk::ButtonUp .autotraj.bot.save"
(command bound to event)

It would be better for me to use a batch script, for fast simulations, since I want to run for a period of 3 years and 0.5 degree meteorological files, but I'm not figuring out which script should I use.

Thanks in advance.

Re: Daily runs

Posted: January 6th, 2016, 10:51 am
by barbara.stunder
To run trajectories in batch mode (also for dispersion) see the example batch scripts in c:\hysplit4\examples\scripts. Basically you create the fixed values of the CONTROL file, loop through dates/times, running the trajectory for each date/time.

There is also some batch/linux script information here in the HYSPLIT tutorial:
http://www.ready.noaa.gov/documents/Tut ... _freq.html (click on linux icon (penguin))
http://www.ready.noaa.gov/documents/Tut ... batch.html

Re: Daily runs

Posted: February 21st, 2016, 11:44 am
by florin.unga
Worked perfectly.
Thanks