Problems on compiling the HYSPLIT linux version

Post any questions or comments regarding the LINUX version of HYSPLIT. This includes the model execution, GUIs, results, or graphics. Be sure to mention the version of LINUX you are using.
Post Reply
caiwenyi
Posts: 5
Joined: November 18th, 2015, 2:09 am
Registered HYSPLIT User: No

Problems on compiling the HYSPLIT linux version

Post by caiwenyi »

Hello!
I met some problems when ./compile.sh . I have been following the 'README.txt' to install,the steps are as follows:

./updata.sh
sever
checkout
cd trunk
./compile ,then it show:
......
dos2unix: converting file txt2dbf.c to UNIX format ...
dos2unix: converting file utils.c to UNIX format ...
dos2unix: converting file Makefile to UNIX format ...
Building fcsubs library
Building hysplit source library
Building exec directory programs
Building the ascii2shp converter
mv: cannot stat `ascii2shp': No such file or directory
ERROR

How could I solve my problem.THANKS IN ADVANCE. :)
ariel.stein
Posts: 660
Joined: November 7th, 2012, 3:14 pm
Registered HYSPLIT User: Yes

Re: Problems on compiling the HYSPLIT linux version

Post by ariel.stein »

You have successfully compiled the hysplit executables. Please go to the exec directory and check if the executables are there (in particular hycs_std which is the one that runs hysplit).

You are getting the error message because you are having trouble compiling the ascii2shp program only. This program is used to create shape files for GIS. If you need this program you will need to go to the gisprog directory and compile it manually.
caiwenyi
Posts: 5
Joined: November 18th, 2015, 2:09 am
Registered HYSPLIT User: No

Re: Problems on compiling the HYSPLIT linux version

Post by caiwenyi »

Thank you,this solved my problem.
But,when I try to link to the 'hysplit4.tcl' file in ../guicode , then ./hysplit4.tcl , it shows:

-bash: ./hysplit4.tcl: Permission denied

How could I solve my problem.THANKS IN ADVANCE. :)
ariel.stein
Posts: 660
Joined: November 7th, 2012, 3:14 pm
Registered HYSPLIT User: Yes

Re: Problems on compiling the HYSPLIT linux version

Post by ariel.stein »

from the working directory try running ../guicode/hysplit4.tcl

If it that does not work you have to check the permissions that you have in your files. Have you installed as another user?
caiwenyi
Posts: 5
Joined: November 18th, 2015, 2:09 am
Registered HYSPLIT User: No

Re: Problems on compiling the HYSPLIT linux version

Post by caiwenyi »

Thank you ,I have changed the permissions and then I can successfully run hysplit4.tcl.
Post Reply

Return to “HYSPLIT for LINUX”