Page 1 of 1

hysplit install linux

Posted: October 31st, 2019, 7:01 am
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

Re: hysplit install linux

Posted: October 31st, 2019, 1:34 pm
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.

Re: hysplit install linux

Posted: November 3rd, 2019, 2:27 am
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

Re: hysplit install linux

Posted: November 5th, 2019, 8:27 am
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.

Re: hysplit install linux

Posted: November 8th, 2019, 12:09 am
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 !!!!

Re: hysplit install linux

Posted: November 8th, 2019, 5:06 am
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?

Re: hysplit install linux

Posted: November 11th, 2019, 10:56 am
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