登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
1.我的本机设置:gfortran -v 5.5.0 (当前用户下边),服务器是安装的4.8.5.
我安装的是WRFV3.9.1.1+WPS3.9.1+wrf-cHEM3.9.1
2.问题描述:
WRFV可以很好地安装顺利,在安装WPS3.9.1时候缺失两个程序
报错:WPS Fatal Error: Can't open module file ‘netcdf.mod’ for reading at (1): No such file or directory
3.我自己探索解决的方法:
(1)说必须WPS 和WRFV必须在同一安装目录下边,我查看了是的,为了以防万一我还去namelist.wps下边改成绝对路径,可是失败了。
(2)说在WRF_LIB (configure.wps文件下) -L$(NETCDF)/lib -lnetcdff -lnetcdf 后边添加一些库的链接,我也都试了,结果还是不行。
(3)我在官网上边还找到一个官方的说法,One solution would be to upgrade to a newer version of gfortran. Another simple, quick solution would be to go into the read_namelist.F file, found in ungrib/src/, and go to line 56. Change it to:
real, dimension(250) :: new_plvl Then delete line 74: allocate(new_plvl(size(new_plvl_in))) and delete line 297: deallocate(new_plvl) Save the read_namelist.F file, then recompile again. 还是失败了,求助。
|