@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.