- 积分
- 18587
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-1-16
- 最后登录
- 1970-1-1
|
发表于 2015-7-8 11:41:05
|
显示全部楼层
重新安装时 编译WRF出错
gfortran: error: ../../frame/module_driver_constants.o: 没有那个文件或目录
gfortran: error: ../../frame/module_machine.o: 没有那个文件或目录
makefile:76: recipe for target 'diffwrf' failed
make[3]: [diffwrf] Error 1 (ignored)
Makefile:181: recipe for target 'module_state_description.F' failed
make[2]: [module_state_description.F] Error 137 (ignored)
rm -f module_state_description.o
/lib/cpp -P -I/home/mode/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DWRF_USE_CLM -DNO_IEEE_MODULE -DDM_PARALLEL -DSTUBMPI -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_state_description.F > module_state_description.bb
cpp: error: module_state_description.F: 没有那个文件或目录
cpp: warning: ‘-x c’ after last input file has no effect
cpp: fatal error: no input files
compilation terminated.
../configure.wrf:531: recipe for target 'module_state_description.o' failed
make[2]: [module_state_description.o] Error 4 (ignored)
module_driver_constants.F:21:0: fatal error: model_data_order.inc: 没有那个文件或目录
#include <model_data_order.inc>
^
compilation terminated.
module_streams.F:7:0: fatal error: switches_and_alarms.inc: 没有那个文件或目录
#include "switches_and_alarms.inc"
很多错误 没有一一列举 |
|