|
aspen求助
aspen版本: |
Aspen 7.1 |
本帖最后由 胡小倪 于 2015-7-10 15:07 编辑
@tdl522 @xiejiahua
关于论坛上的帖子“基于Fortran的Aspen plus 单元过程用户模型的简单例子”中的Fortran程序,我运行的时候怎么会有这些错误啊?是怎么回事?望指教
Compiling Fortran...
F:\fortran\MODEL.f
F:\fortran\MODEL.f(21) : Warning: Bad # preprocessor line
#include "ppexec_user.cmn"
-^
F:\fortran\MODEL.f(27) : Warning: Bad # preprocessor line
#include "dms_ncomp.cmn"
-^
F:\fortran\MODEL.f(53) : Error: This name does not have a type, and must have an explicit type. [NCOMP_NCC]
REAL*8 FIN_MOL(NCOMP_NCC),FOUT_MOL(NCOMP_NCC)
---------------------^
F:\fortran\MODEL.f(53) : Error: A specification expression is invalid. [NCOMP_NCC]
REAL*8 FIN_MOL(NCOMP_NCC),FOUT_MOL(NCOMP_NCC)
---------------------^
F:\fortran\MODEL.f(53) : Error: A specification expression is invalid. [NCOMP_NCC]
REAL*8 FIN_MOL(NCOMP_NCC),FOUT_MOL(NCOMP_NCC)
-----------------------------------------^
F:\fortran\MODEL.f(22) : Error: This name does not have a type, and must have an explicit type. [USER_RUMISS]
EQUIVALENCE (RMISS, USER_RUMISS)
--------------------------^
F:\fortran\MODEL.f(23) : Error: This name does not have a type, and must have an explicit type. [USER_IUMISS]
EQUIVALENCE (IMISS, USER_IUMISS)
--------------------------^
Error executing df.exe.
MODEL.obj - 5 error(s), 2 warning(s)
sep.f
(2.31 KB, 下载次数: 13, 售价: 2 个韶华币)
|
评分
-
查看全部评分
|