Page 1 of 1

HYSPLIT display not working

Posted: March 13th, 2023, 1:04 am
by sayantansahu
I am trying the run the example in the HYSPLIT tutorial. I am able to successfully run upto 'Run model' part. However when I try to 'Execute display' I get the error message as shown in the attached file. I do not see any trajectory getting displayed.

I am using Mac OS Ventura 13.2.1

Re: HYSPLIT display not working

Posted: March 14th, 2023, 8:32 am
by sonny.zinn
The error message in the attachment points to a missing executable, namely, the trajplot program. Do you see trajplot in the directory path shown in the error message?

Re: HYSPLIT display not working

Posted: March 14th, 2023, 10:14 am
by sayantansahu
I was able to find the trajplot executable but now I get a different error.

Warning: locale not supported by Xlib, locale set to C
Warning: locale not supported by Xlib, locale set to C
while executing
"exec $X_dir/xterm -fn fixed -e $exec_dir/trajplot $arg_ext $arg1 $arg2 $arg3 $arg4 $arg5 $arg6 $arg7 $arg8 $arg9 $arga $argb $argc"
(procedure "run_traj_plot" line 62)
invoked from within
"run_traj_plot ".trajdisp.lang""
invoked from within
".trajdisp.bot.save invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 23)
invoked from within
"tk::ButtonUp .trajdisp.bot.save"
(command bound to event)

Re: HYSPLIT display not working

Posted: April 19th, 2023, 4:42 am
by yilin003
Hi I encountered a similar error message. May I ask if you have solved the issue?

My error message:
Warning: locale not supported by Xlib, locale set to C
Warning: locale not supported by Xlib, locale set to C
while executing
"exec $X_dir/xterm -fn fixed -e $exec_dir/trajplot $arg_ext $arg1 $arg2 $arg3 $arg4 $arg5 $arg6 $arg7 $arg8 $arg9 $arga $argb $argc"
(procedure "run_traj_plot" line 62)
invoked from within
"run_traj_plot "adhoc""
(procedure "Traj_quick" line 18)
invoked from within
"Traj_quick E"
(menu invoke)

Re: HYSPLIT display not working

Posted: April 19th, 2023, 10:42 am
by sonny.zinn
Not sure the following will help. Please exit the HYSPLIT user interface, run 'export LC_CTYPE=en_US.UTF-8' without the quotations on your terminal, and start the HYSPLIT user interface from the terminal that you set the LC_CTYPE environment variable. Let us know if this resolves the issue.