- 积分
- 750
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-3-19
- 最后登录
- 1970-1-1
|
发表于 2012-8-19 18:46:26
|
显示全部楼层
本帖最后由 Rplay 于 2012-8-19 18:47 编辑
大侠,在下载了m4后,运行那个程序,依然有很多的错误出现。我已经贴出了许多,请大侠给看看。
致命错误: 无法打开模块文件‘wrf_data.mod’读取,在(1)处:没有那个文件或目录
make[3]: [field_routines.o] 错误 1 (忽略)
make[3]: [libwrfio_nf.a] 错误 1 (忽略)
ranlib libwrfio_nf.a
ranlib: 'libwrfio_nf.a': No such file
make[3]: [libwrfio_nf.a] 错误 1 (忽略)
f_pack.F90: 在函数‘f_unpack_lint_kji’中:
f_pack.F90:625:0: 对不起,尚未实现: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
make[2]: [module_machine.o] 错误 1 (忽略)
make[2]: [libmassv.o] 错误 1 (忽略)
make[2]: [module_nesting.o] 错误 1 (忽略)
make[2]: [module_comm_dm_4.o] 错误 1 (忽略)
致命错误: 无法打开模块文件‘wrf_data.mod’读取,在(1)处:没有那个文件或目录
make[2]: [diffwrf] 错误 1 (忽略)
diffwrf io_netcdf is being built now.
gfortran: 错误: diffwrf.o:没有那个文件或目录
gfortran: 错误: field_routines.o:没有那个文件或目录
make[2]: [diffwrf] 错误 1 (忽略)
以及诸如如下的程序语法问题。
1
错误: (1)处数据声明语法错误
../frame/module_io.f90:15.17:
IMPLICIT NONE
1
../frame/module_io.f90:13.25:
CHARACTER*256 extradims
2
错误: IMPLICIT NONE 语句在(1)处不能跟随 数据声明 语句在(2)处
../frame/module_io.f90:18.38:
IF ( DataSet .eq. 'RESTART' ) THEN
1
错误: 非预期的 块 IF 语句出现在(1)处的 MODULE 中
../frame/module_io.f90:19.47:
CALL nl_get_io_form_restart( 1, io_form )
1
请大侠帮忙看看,感激不尽。 |
|