Hi,
The first error I see in your log file is:
Code:
wrf_io.f:(.text+0x413d8): undefined reference to `nf_def_var_chunking_'
wrf_io.f:(.text+0x41412): undefined reference to `nf_def_var_deflate_'
Any error that references variables that start with "nf_" typically indicates an issue with netCDF. Can you issue the following two commands:
Code:
echo $NETCDF >& netcdf.txt
echo $PATH >& path.txt
and send those two text files, along with your configure.wrf file?
It looks like you were probably following the instructions in the
compiling tutorial. Did all of the tests pass?