I am trying to compile em_les case on linux ubuntu version 18. I selected dmpar for GNU (gfortran/gcc) for configuration (option 34) and am now trying to compile using the em_les case using the following commands:
./compile em_les >& log.compile
The error that I get on the log is:
None of WRF_EM_CORE, WRF_NMM_CORE,
specified in shell environment....
==============================================================================================
V4.0.3
Compiling: WRF_EM_CORE
Linux if-mcs-1290u 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
GNU Fortran (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
==============================================================================================
setting parallel make -j 2
==============================================================================================
The following indicate the compilers selected to build the WRF system
Serial Fortran compiler (mostly for tool generation):
which SFC
/usr/bin/gfortran
Serial C compiler (mostly for tool generation):
which SCC
/usr/bin/gcc
Fortran compiler for the model source code:
which FC
Will use 'time' to report timing information
C compiler for the model source code:
which CC
Makefile:53: recipe for target 'configcheck' failed
make: *** [configcheck] Error 1
I am not sure what is going wrong--I have already done all of the environment tests to make sure I have the correct C and fortran compilers. Is this an issue with the compile option that I chose to use?
Thanks.