登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照官网上的教程修改
1 Error: Symbol 'ungrib' at (1) must be a NAMELIST group name 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.
重新编译后还是没有
附上我的configure.wp和log.compile。
麻烦各位大佬帮我看看到底是哪有问题,非常感谢非常感谢
|