Page 1 of 1

Error using Display Data/Text File

Posted: June 15th, 2021, 1:17 pm
by l_gillespie
I'm using the pre-compiled Linux version, and I get the error message...

Code: Select all

could not read "{/home/lawson/Documents/Research/HYSPLIT Tutorial/Tutorial/captex}/captex2_wrf27uw.bin": no such file or directory
could not read "{/home/lawson/Documents/Research/HYSPLIT Tutorial/Tutorial/captex}/captex2_wrf27uw.bin": no such file or directory
    while executing
"file size $gdir/$gbase"
    (procedure "run_prof" line 5)
    invoked from within
"run_prof $gdir $gbase"
    invoked from within
".profplot.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 .profplot.bot.save"
    (command bound to event)
When trying to see the profile.

Re: Error using Display Data/Text File

Posted: June 15th, 2021, 1:23 pm
by l_gillespie
Silly mistake, I removed a space in a directory name and it works now.

Re: Error using Display Data/Text File

Posted: June 15th, 2021, 1:24 pm
by aring
Please double check the location of the captex2_wrf27uw.bin - be sure the file is in the location you specified. You might also want to remove the space in your directory name Hysplit Tutorial. It should probably be changed to Hysplit_Tutorial. Generally spaces in directory and file names are problematic in the linux environment. Please let us know if you are still having issues.