Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Error whileComplie em_real

nini

New member
I use this command to compile em_real on WRF 4.4
./compile em_real 2>&1 | tee compile_wrf.log

I got this message
not running the WRF-Chem KPP coupler
end of compile_wkc
=========================================================
Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment....

==============================================================================================

V4.4
No git found or not a git repository, git commit version not available.

Compiling: WRF_EM_CORE
WRFIO_NCD_LARGE_FILE_SUPPORT=1

Linux slsbl 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

GNU Fortran (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 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
make: *** [Makefile:68: configcheck] Error 1
 
Hi,
Please try to follow the instructions on this page to make sure you have all the necessary compilers and libraries installed before trying to build the WRF code. Thanks!
 
Hi,
Please try to follow the instructions on this page to make sure you have all the necessary compilers and libraries installed before trying to build the WRF code. Thanks!
Hi
The NoahMP code has been moved to an external repository and is linked to WRF repository via a submodule. This submodule is automatically pulled in to build the code during compiling, as long as the compilation is done with internet access.like git clone GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model
But the computer I am using to compile don't support git. How can I to finish the compile with version 4.4?
 
I use this command to compile em_real on WRF 4.4
./compile em_real 2>&1 | tee compile_wrf.log

I got this message
not running the WRF-Chem KPP coupler
end of compile_wkc
=========================================================
Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment....

==============================================================================================

V4.4
No git found or not a git repository, git commit version not available.

Compiling: WRF_EM_CORE
WRFIO_NCD_LARGE_FILE_SUPPORT=1

Linux slsbl 5.15.0-43-generic #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

GNU Fortran (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 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
make: *** [Makefile:68: configcheck] Error 1
same issue.... did u solve the issue?!!!
 
Top