You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running ./configure, there's a line in the configure.rip that says NETCDFLIB = -L${NETCDF}/lib -lnetcdf -lnetcdff
It needs to be changed into NETCDFLIB = -L${NETCDF}/lib -lnetcdff -lnetcdf
The order is important when compiling using gfortran.
After running ./configure, there's a line in the configure.rip that says
NETCDFLIB = -L${NETCDF}/lib -lnetcdf -lnetcdffIt needs to be changed into
NETCDFLIB = -L${NETCDF}/lib -lnetcdff -lnetcdfThe order is important when compiling using gfortran.