- 积分
- 62
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-10-14
- 最后登录
- 1970-1-1
|
发表于 2020-4-24 12:22:21
|
显示全部楼层
h-tt-p://sketsa-langit.blogspot.com/2018/12/research-note-19-installing.html[/url][/url]
这个解决了问题,我的版本是1.5
The cause of this error is ironically simple: the absence of remark symbol ('!') in front of the 9th line of script convert_edgar_to_RELACS_REAC.f90 in the /src sub-directory:
8 subroutine convert_edgar_to_relacs_reac(isp,iespc,ident,spc_name_dummy) !kml
9 use chem1_list
10 !use chem1_list, only : alke, bio,ora2,aro,ket,alka,ald
Thus, edit the script by adding '!' symbol in front of the said line using vi or other text editor. |
|