- 积分
- 193
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-1-20
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
NETCDF等前置软件和WRF都编译成功了,但是WPS总是编译失败,geogrid和ungrib.exe都出来了,就是没有metgrid.exe。
compile报错原因是:netcdf不对:scan_input.f90(14): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
use netcdf
--------^
scan_input.f90(74): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOWRITE]
stat = nf90_open(trim(filename), NF90_NOWRITE, handle % ncid)
但是我环境变量已经设置好了netcdf的路径,并且WRF也可以利用这个编译成功,求问为什么WPS一直编译不成功呀
|
|