Isn't WRFV4.0 version of the bug, when installing the WPS Settings WRF path WRF_DIR is this format:
Ifneq ($(wildcard $(DEV_TOP)/.. #/WRF), Check for WRF v4. X directory
WRF_DIR=../WRF
The else
WRF_DIR=../WRFV3
Endif
I in the WRF_DIR above written I WRF installation path (/usr/local/WRF/WRF), the compile time WRF path is/usr/local/WRF/WPS//usr/local/WRF/WRF, cause the failure of compilation, how should do?