Error when I run arw2arl

Post questions and find resources to convert meteorological data into a format HYSPLIT can read.
Post Reply
Charlie
Posts: 10
Joined: June 25th, 2020, 7:59 pm
Registered HYSPLIT User: Yes

Error when I run arw2arl

Post by Charlie »

Hello!

I'm trying convert WRF data to arl, but when I run arw2arl, I got the next error:

"error while loading shared libraries: libnetcdff.so.5: cannot open shared object file: No such file or directory"

I think this error due to I don't have installed NetCDF version 3 and 4. How can I install these libraries?

Regards.
sonny.zinn
Posts: 354
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: Error when I run arw2arl

Post by sonny.zinn »

It would depend on your Linux. If you are using CentOS, Red Hat Enterprise Linux, etc., you could run

Code: Select all

yum whatprovides '*/libnetcdff.so.5'
to find out the package name containing the library. Use yum install with the package name to install the library.
Post Reply

Return to “Conversion programs”