- 积分
- 457
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-8-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
WPS编译遇到的问题,诚心向大佬求解!具体报错如下:(“……”代表省略部分结果输出)
- scan_input.f90:14.8:
- use netcdf
- 1
- 致命错误: File 'netcdf.mod' opened at (1) is not a GNU Fortran module file
- ……
- mpas_mesh.f90:14.8:
- use scan_input
- 1
- 致命错误: 无法打开模块文件‘scan_input.mod’读取,在(1)处:没有那个文件或目录
- ……
- remapper.f90:14.8:
- use mpas_mesh
- 1
- 致命错误: 无法打开模块文件‘mpas_mesh.mod’读取,在(1)处:没有那个文件或目录
- ……
- process_domain_module.f90:14.7:
- use mpas_mesh
- 1
- 致命错误: 无法打开模块文件‘mpas_mesh.mod’读取,在(1)处:没有那个文件或目录
- ……
- metgrid.f90:23.7:
- use process_domain_module
- 1
- 致命错误: 无法打开模块文件‘process_domain_module.mod’读取,在(1)处:没有那个文件或目录
复制代码
|
|