afernandezody
Member
Hello,
I'm trying to compile the app (v4.1) on CentOS 8.1. Initially the command ld was unable to find the netcdf library (on CentOS 8, netcdf creates its libraries at /opt/netcdf/lib64 rather than at /opt/netcdf/lib) so I modified configure.wrf (line 222). However, the compilation still seems unable to find several nf functions from the wrfio_nf library. I even added the subdirectory ($HOME/WRD/external/io_netcdf to the ld library path) but made no difference. It's unclear if the problem is caused by the said modification or if I'm missing something (the odd thing is that this issue didn't occur with other OS). Thanks.
I'm trying to compile the app (v4.1) on CentOS 8.1. Initially the command ld was unable to find the netcdf library (on CentOS 8, netcdf creates its libraries at /opt/netcdf/lib64 rather than at /opt/netcdf/lib) so I modified configure.wrf (line 222). However, the compilation still seems unable to find several nf functions from the wrfio_nf library. I even added the subdirectory ($HOME/WRD/external/io_netcdf to the ld library path) but made no difference. It's unclear if the problem is caused by the said modification or if I'm missing something (the odd thing is that this issue didn't occur with other OS). Thanks.