- 积分
- 193
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-10-27
- 最后登录
- 1970-1-1
|
发表于 2015-4-24 07:45:38
|
显示全部楼层
你好 楼主 你给看看 我这怎么就是装不上geogrid.exe 和metgrid.exe
错误显示如下:
**** Compiling wps ****
***************************************************************************************
Error : Not building geogrid. Check whether WRF is compiled in /home/mode/WRFV3
***************************************************************************************
( cd src/ngl ; make -i -r DEV_TOP="/root/mode/WPS" CC="gcc" FC="gfortran" RANLIB="ranlib " all )
make[1]: Entering directory '/root/mode/WPS/ungrib/src/ngl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/mode/WPS/ungrib/src/ngl'
( cd src ; \
if [ "" = yes ] ; then \
WRF_DIR2=/home/mode/WRFV3 ; \
else \
WRF_DIR2=/home/mode/WRFV3 ; \
fi ; \
make -i -r ungrib.exe \
WRF_DIR="$WRF_DIR2" \
FC="gfortran" \
CC="gcc" \
CPP="/usr/bin/cpp -P -traditional" \
FFLAGS="-ffree-form -O -fconvert=big-endian -frecord-marker=4" \
CFLAGS="" \
LDFLAGS="" \
CPPFLAGS="-D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_SIGNAL -D_UNGRIB" )
make[1]: Entering directory '/root/mode/WPS/ungrib/src'
Makefile:90: warning: overriding recipe for target '.F.o'
../../configure.wps:103: warning: ignoring old recipe for target '.F.o'
Makefile:95: warning: overriding recipe for target '.c.o'
../../configure.wps:95: warning: ignoring old recipe for target '.c.o'
make[1]: 'ungrib.exe' is up to date.
make[1]: Leaving directory '/root/mode/WPS/ungrib/src'
if [ -h ungrib.exe ] ; then \
/bin/rm -f ungrib.exe ; \
fi ; \
if [ -h ../ungrib.exe ] ; then \
/bin/rm -f ../ungrib.exe ; \
fi ; \
if [ -e src/ungrib.exe ] ; then \
ln -sf src/ungrib.exe . ; \
fi
***************************************************************************************
Error : Not building metgrid. Check whether WRF is compiled in /home/mode/WRFV3
***************************************************************************************
|
|