- 积分
- 1462
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-1-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
想在ARWpost里增加一个诊断量,configure成功了,但是在configure的时候应该是会删除一些.o和.mod文件,然后重新生成,但是少了几个.o和.mod,以下是错误的一部分,"module_arrays.f"的问题应该是我新增的两个变量的定义问题,但我该改该增加的地方都加上了,有没有能指导一下我还漏了什么地方没修改吗?或者有做过这方面的请多指教指教,谢谢啦!!
**** Compiling ARWpost ****
/cma/g5/likk/ARWpost/
/bin/rm -f module_arrays.o module_arrays.mod
/bin/cp module_arrays.f90 module_arrays.f
xlf90_r -qfree=f90 -c module_arrays.f -I/cma/g5/likk/ARWpost/../WRFV3/external/io_netcdf -I/cma/g5/likk/ARWpost/../WRFV3/external/io_grib_share -I/cma/g5/likk/ARWpost/../WRFV3/external/io_grib1 -I/cma/g5/likk/ARWpost/../WRFV3/external/io_int -I/cma/g5/likk/ARWpost/../WRFV3/inc
"module_arrays.f", line 71.20: 1513-041 (S) Arguments of the wrong type were specified for the INTRINSIC procedure "allocated".
"module_arrays.f", line 71.36: 1511-099 (S) Objects appearing in ALLOCATE and DEALLOCATE statements must be allocatable objects or pointers.
"module_arrays.f", line 72.16: 1516-044 (S) A conversion from type LOGICAL is not permitted.
"module_arrays.f", line 73.20: 1513-041 (S) Arguments of the wrong type were specified for the INTRINSIC procedure "allocated".
"module_arrays.f", line 73.36: 1511-099 (S) Objects appearing in ALLOCATE and DEALLOCATE statements must be allocatable objects or pointers.
"module_arrays.f", line 74.16: 1516-044 (S) A conversion from type LOGICAL is not permitted.
"module_arrays.f", line 215.15: 1511-099 (S) Objects appearing in ALLOCATE and DEALLOCATE statements must be allocatable objects or pointers.
"module_arrays.f", line 216.6: 1515-025 (S) Only a name of a variable, array element, or character substring is permitted on the left hand side of an assignment statement.
"module_arrays.f", line 217.16: 1516-044 (S) A conversion from type LOGICAL is not permitted.
"module_arrays.f", line 219.15: 1511-099 (S) Objects appearing in ALLOCATE and DEALLOCATE statements must be allocatable objects or pointers.
"module_arrays.f", line 220.6: 1515-025 (S) Only a name of a variable, array element, or character substring is permitted on the left hand side of an assignment statement.
"module_arrays.f", line 221.16: 1516-044 (S) A conversion from type LOGICAL is not permitted.
** module_arrays === End of Compilation 1 ===
|
|