Page 2 of 2

Re: Problem with update.sh

Posted: December 20th, 2016, 10:22 am
by ariel.stein
The arw2arl compilation probably failed for 2 reasons:
-The NetCDF libraries need to be compiled with ifort
- The links to the NetCDF libraries are pointing to a wrong directory.

Re: Problem with update.sh

Posted: December 21st, 2016, 12:58 pm
by yveeteyang
I checked again with those two problems and make sure I made these two things right, and still get this error:
Building the WRF-ARW decoder (requires export NetCDF lib/include)
ERROR

-lnetcdff -L../library -lhysplit
ld: cannot find -lhysplit
make: *** [arw2arl] Error 1

Do you have any idea where goes wrong? Thank you.
-Yveete
ariel.stein wrote:The arw2arl compilation probably failed for 2 reasons:
-The NetCDF libraries need to be compiled with ifort
- The links to the NetCDF libraries are pointing to a wrong directory.

Re: Problem with update.sh

Posted: December 21st, 2016, 2:43 pm
by ariel.stein
You need to point to the location of the hysplit library (libhysplit.a) in the makefile for creating the WRF to ARL converter (data2arl/arw2arl/).