Hi,
The first error in your log file is
Code:
Catastrophic error: could not set locale "" to allow processing of multibyte characters
make[4]: [get_region_center.o] Error 4 (ignored)
This indicates something going wrong with the intel compiler, I believe. Did you make any modifications to the code before compiling, or are you using a pristine/clean version of the code? If you aren't sure, can you obtain the latest version of the code again, and then recompile again. When you compile, use the following syntax:
./compile em_real -j 1 >& compile.log
This will force the code to compile on a single processor, and when if it fails again, we will know that the first error in the compile log is actually the culprit. If it fails again, please send your new compile log, as well as your configure.wrf file. Thanks!