- 积分
- 6682
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-3-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
安装WRF的时候,./compile em_real的时候出现了Problems building executables, look for errors in the build log,查找build log文件发现error主要是下面三个,请问有人知道怎么解决吗?
wrf_io.f(1551): error #5102: Cannot open include file 'netcdf.inc'
include 'netcdf.inc'
----------^
wrf_io.f(1548): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [EXT_NCD_SUPPORT_ROUTINES]
use ext_ncd_support_routines
------^
wrf_io.f(1589): error #6404: This name does not have a type, and must have an explicit type. [NF_OPEN]
stat = NF_OPEN(FileName, NF_NOWRITE, DH%NCID)
---------^
|
|