hysplit install linux

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
tttchy
Posts: 8
Joined: October 8th, 2019, 3:38 am
Registered HYSPLIT User: Yes

hysplit install linux

Post by tttchy »

Hi,
I am trying to install HYSPLIT on linux,but I have problems at the first step(Edit library/hysplit/Makefile) as following

make: *** No rule to make target `funits.f', needed by `../libhysplit.a'. Stop.

I installed it according to the online tutorial,I don't know how can I solve above problem. who can help me?
https://www.ready.noaa.gov/documents/Tu ... _unix.html

thank you very much
sonny.zinn
Posts: 354
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: hysplit install linux

Post by sonny.zinn »

Which tag did you use to get the Linux source code? There are three hysplit.v4.2.0, v4.1.0, and v4.0.0, at the moment.
tttchy
Posts: 8
Joined: October 8th, 2019, 3:38 am
Registered HYSPLIT User: Yes

Re: hysplit install linux

Post by tttchy »

sonny.zinn wrote:
October 31st, 2019, 1:34 pm
Which tag did you use to get the Linux source code? There are three hysplit.v4.2.0, v4.1.0, and v4.0.0, at the moment.
I am using centOSDynamicExecutables_v4.2.0 ,the following is some imformation about my linux and attach my Makefile

[fq@login-0-0 ~]$ uname -a
Linux login-0-0.local 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 23:43:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

[fq@login-0-0 ~]$ cat /proc/version
Linux version 2.6.32-279.14.1.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue Nov 6 23:43:09 UTC 2012

[fq@login-0-0 ~]$ ifort -v
ifort version 12.1.0
Attachments
Makefile.txt
D:\centOSDynamicExecutables\library\hysplit\Makefile
(6.21 KiB) Downloaded 348 times
sonny.zinn
Posts: 354
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: hysplit install linux

Post by sonny.zinn »

The CentOS distribution contains binary executables and compilation is not necessary. To run HYSPLIT, unpack the tar ball, change directory to "centOSDynamicExecutables/working," and run the "hysplit4.tcl" script therein.
tttchy
Posts: 8
Joined: October 8th, 2019, 3:38 am
Registered HYSPLIT User: Yes

Re: hysplit install linux

Post by tttchy »

sonny.zinn wrote:
November 5th, 2019, 8:27 am
The CentOS distribution contains binary executables and compilation is not necessary. To run HYSPLIT, unpack the tar ball, change directory to "centOSDynamicExecutables/working," and run the "hysplit4.tcl" script therein.
thank you so much !!!!
Last edited by tttchy on November 8th, 2019, 9:07 pm, edited 1 time in total.
tttchy
Posts: 8
Joined: October 8th, 2019, 3:38 am
Registered HYSPLIT User: Yes

Re: hysplit install linux

Post by tttchy »

sonny.zinn wrote:
November 5th, 2019, 8:27 am
The CentOS distribution contains binary executables and compilation is not necessary. To run HYSPLIT, unpack the tar ball, change directory to "centOSDynamicExecutables/working," and run the "hysplit4.tcl" script therein.
When I run model , I find the following error, what's wrong with the hysplit?
Attachments
run error
run error
e3144f861b91fa055b3091fca006dce.png (6.78 KiB) Viewed 7975 times
christopher.loughner
Posts: 81
Joined: August 15th, 2017, 3:59 pm
Registered HYSPLIT User: No

Re: hysplit install linux

Post by christopher.loughner »

Hi,

There is something wrong on your end. Please read README_external_libraries.txt in your top directory. It appears not all of the required dynamic libraries are linked to your executable. In the exec directory type:

ldd hycs_std

to see what dynamic libraries are not properly linked to this executable. You will have to link them or install them and then link them.

Good luck,

Chris
Post Reply

Return to “HYSPLIT for LINUX”