Fortran Coder

查看: 9885|回复: 2
打印 上一主题 下一主题

[求助] 三种错误求大神指导

[复制链接]

3

帖子

1

主题

0

精华

新人

F 币
28 元
贡献
10 点
跳转到指定楼层
楼主
发表于 2020-4-3 15:13:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
xiaophase.for(1): error #5149: Illegal character in statement label field  [籡
锘?     SUBROUTINE UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,RPL,DDSDDT,
xiaophase.for(16): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: <IDENTIFIER>
      DIMENSION DWJZ(2,2),zsigema(2,2),fsigema(2,2),sigema(2,2),
----------------------------------------------------------------^
xiaophase.for(17): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: <IDENTIFIER>
      DIMENSION NQ(4,1),
------------------------^
xiaophase.for(18): error #5082: Syntax error, found IDENTIFIER 'BAT' when expecting one of: , <END-OF-STATEMENT> ;
      B(2,4)BAT(4,2),BB(4,4),kij(4,4),fi(4,1),DKIJ(4,4),DFI(4,1),
------------^
xiaophase.for(18): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: <IDENTIFIER>
      B(2,4)BAT(4,2),BB(4,4),kij(4,4),fi(4,1),DKIJ(4,4),DFI(4,1),
-----------------------------------------------------------------^
xiaophase.for(21): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: %FILL <IDENTIFIER>
      DOUBLE PRECISION H,H0,DTXN,epx,epy,epxy,AA,EK,ept,K1,ztxn,
----------------------------------------------------------------^
xiaophase.for(24): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: %FILL <IDENTIFIER>
      double precision FF(s,t),FS(s),xff(s,t),FXS(s),ZYGB2(X,Y,Z),
------------------------------------------------------------------^
xiaophase.for(222): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( * ) :: , <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> ...
     &(y-x)**2/(4*z**2),
------------------------^
xiaophase.for(223): error #5082: Syntax error, found '=' when expecting one of: ( * ) :: , <END-OF-STATEMENT> ; . % (/ + - [ : ] /) . ' ** / ...
      zygb2(x,y,z)=(x-y)/(2*z)*((x+y)/2+sqrt((x-y)**2/4+z**2))/(2*
------------------^
xiaophase.for(224): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> <INTEGER_CONSTANT> ...
     &sqrt(1+(y-x)**2/(4*z**2)),      
--------------------------------------^
xiaophase.for(225): error #5082: Syntax error, found '=' when expecting one of: ( * ) :: , <END-OF-STATEMENT> ; . % (/ + - [ : ] /) . ' ** / ...
      zygb3(x,y,z)=((x+y)/2+sqrt((x-y)**2/4+z**2))*(0.5-0.5/sqrt(1+
------------------^
xiaophase.for(226): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> <INTEGER_CONSTANT> ...
     &(y-x)**2/(4*z**2)),
-------------------------^
xiaophase.for(227): error #5082: Syntax error, found '=' when expecting one of: ( * ) :: , <END-OF-STATEMENT> ; . % (/ + - [ : ] /) . ' ** / ...
      fygb1(x,y,z)=x-((x+y)/2+sqrt((x-y)**2/4+z**2))*(0.5+0.5/sqrt(1+
------------------^
xiaophase.for(228): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> <INTEGER_CONSTANT> ...
     &(y-x)**2/(4*z**2)),
-------------------------^
xiaophase.for(229): error #5082: Syntax error, found '=' when expecting one of: ( * ) :: , <END-OF-STATEMENT> ; . % (/ + - [ : ] /) . ' ** / ...
      fygb2(x,y,z)=y-(x-y)/(2*z)*((x+y)/2+sqrt((x-y)**2/4+z**2))/(2*
------------------^
xiaophase.for(230): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> <INTEGER_CONSTANT> ...
     &sqrt(1+(y-x)**2/(4*z**2)),
--------------------------------^
xiaophase.for(231): error #5082: Syntax error, found '=' when expecting one of: ( * ) :: , <END-OF-STATEMENT> ; . % (/ + - [ : ] /) . ' ** / ...
      fygb3(x,y,z)=z-((x+y)/2+sqrt((x-y)**2/4+z**2))*(0.5-0.5/sqrt(1+
------------------^
xiaophase.for(232): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( <IDENTIFIER> <CHAR_CON_KIND_PARAM> <CHAR_NAM_KIND_PARAM> <CHARACTER_CONSTANT> <INTEGER_CONSTANT> ...
     &(y-x)**2/(4*z**2)),
-------------------------^
xiaophase.for(24): error #6219: This variable, used in a specification expression, must be a dummy argument, a COMMON block object, or an object accessible through host or use association   [Z]
      double precision FF(s,t),FS(s),xff(s,t),FXS(s),ZYGB2(X,Y,Z),
---------------------------------------------------------------^

分享到:  微信微信
收藏收藏1 点赞点赞1 点踩点踩

3

帖子

1

主题

0

精华

新人

F 币
28 元
贡献
10 点
沙发
 楼主| 发表于 2020-4-3 20:38:38 | 只看该作者
以解决谢谢
回复

使用道具 举报

7

帖子

3

主题

0

精华

入门

F 币
48 元
贡献
25 点
板凳
发表于 2020-5-4 23:10:07 | 只看该作者
你好,我也遇到了类似的问题,请问您是怎么解决的啊
您需要登录后才可以回帖 登录 | 极速注册

本版积分规则

捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )

GMT+8, 2024-4-19 12:42

Powered by Tencent X3.4

© 2013-2024 Tencent

快速回复 返回顶部 返回列表