Page 1 of 1

Error when I run arw2arl

Posted: November 28th, 2022, 7:20 pm
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.

Re: Error when I run arw2arl

Posted: November 29th, 2022, 5:38 am
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.