Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build using GNU version 10 fails #551

Closed
DusanJovic-NOAA opened this issue Jul 20, 2021 · 0 comments · Fixed by #583
Closed

Build using GNU version 10 fails #551

DusanJovic-NOAA opened this issue Jul 20, 2021 · 0 comments · Fixed by #583
Assignees
Labels
bug Something isn't working

Comments

@DusanJovic-NOAA
Copy link
Contributor

I get this error message when I try to build using GNU compilers version 10:

Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:1438:34:

 1438 |               call ufbint(-iunitp,ufc_8,1,1,iret,'UFC')
      |                                  1
......
 2266 |       CALL UFBINT(-IUNITP,TDP_8,1,255,NLTD,'TDO')
      |                          2        
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:1439:34:

 1439 |               call ufbint(-iunitp,vfc_8,1,1,iret,'VFC')
      |                                  1
......
 2266 |       CALL UFBINT(-IUNITP,TDP_8,1,255,NLTD,'TDO')
      |                          2        
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:2838:72:

 2838 |          CALL GBLEVN11(IMAX,JMAX,GRDS(1,1,NS))
      |                                                                        1
Error: Type mismatch in argument ‘grid’ at (1); passed REAL(4) to REAL(8)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:2885:72:

 2885 |             CALL GBLEVN11(IMAX,JMAX,GRDV(1,1,L,K))
      |                                                                        1
Error: Type mismatch in argument ‘grid’ at (1); passed REAL(4) to REAL(8)
/home/dusan/simple-ufs/src/preproc/sorc/gblevents.fd/gblevents.f:3524:20:

 3104 |       CALL W3MOVDAT(RINC,IDATE,JDATE)
      |                    2
......
 3524 |       CALL W3MOVDAT(RINC,IDATE,JDATE)
      |                    1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/REAL(8)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants