I'm compiling WRF inside of a docker container with Ubuntu 18.04 installed:
I'm having a problem with undefined referenced in some of the external modules. The problem appears to with where the netcdf include file is located. Please see the configuration and compilation.log files included. I also modified the source .F90 files in external/io_netcdf so that 'include netcdf.inc' statemetns become 'include /usr/include/netcdf.inc'. That worked for some of the files but not all. All the compiler tests from the tutorial passed prior to compiling. Any insight would be helpful. Thank you.
View attachment configure.wrf.
View attachment compilation.log
I'm having a problem with undefined referenced in some of the external modules. The problem appears to with where the netcdf include file is located. Please see the configuration and compilation.log files included. I also modified the source .F90 files in external/io_netcdf so that 'include netcdf.inc' statemetns become 'include /usr/include/netcdf.inc'. That worked for some of the files but not all. All the compiler tests from the tutorial passed prior to compiling. Any insight would be helpful. Thank you.
View attachment configure.wrf.
View attachment compilation.log