- 积分
- 62
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-9-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 hzh_1211 于 2018-1-30 17:51 编辑
我想在虚拟机上安装WRF,但是参考论坛和官网的安装流程都没能成功安装,wrf所需要的编译环境都全部安装。我重装了好几次系统,在不同的机器上都没有成功,请问这是哪里的问题啊?
编译选的是 GNU(gfortran/gcc)
[34]dm-[1]basic
或者
[32]serial-[0]no nesting
错误提示:非常多,这里只选取了一开始和最后的几处错误
make[3]: Entering directory '/home/nuist1/WRFV3/external/io_int'
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
Diffwrf io_int will be built later on in this compile. No need to rerun compile.
if [ -f ../../frame/pack_utils.o -a -f ../../frame/clog.o ] ; then \
time mpif90 -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I../ioapi_share -o diffwrf diffwrf.f \
../../frame/pack_utils.o ../../frame/module_internal_header_util.o ../../frame/module_driver_constants.o ../../frame/module_machine.o ../../frame/module_wrf_error.o ../../frame/wrf_debug.o libwrfio_int.a ; \
fi
gfortran: error: ../../frame/module_driver_constants.o: No such file or directory
gfortran: error: ../../frame/module_machine.o: No such file or directory
Command exited with non-zero status
0.01user 0.01system 0:00.08elapsed 39%CPU (0avgtext+0avgdata 3168maxresident)k
424inputs+0outputs (3major+2673minor)pagefaults 0swaps
makefile:76: recipe for target 'diffwrf' failed
make[3]: [diffwrf] Error 1 (ignored)
make[3]: Leaving directory '/home/nuist1/WRFV3/external/io_int'
...
cpp: error: module_state_description.F: No such file or directory
cpp: warning: ‘-x c’ after last input file has no effect
cpp: fatal error: no input files
compilation terminated.
...
Fatal Error: Can't open module file ‘module_wrf_top.mod’ for reading at (1): No such file or directory
compilation terminated.
安装环境:
- 虚拟机Ubuntu16.04TLS
- gcc gfortran g++ version:5.4
- zlib-1.2.8
- curl
- hdf5-1.8.13
- netcdf-c-4.4.1.1
- netcdf-fortran-4.4.4
- mpich 3.2
|
|