Welcome, Guest
Username: Password: Remember me

TOPIC: Problem executing Fortran file v7p2r0.

Problem executing Fortran file v7p2r0. 7 years 6 months ago #26427

  • jose2kk
  • jose2kk's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 161
  • Thank you received: 59
Hello everyone,

I am coupling t2d with sisyphe.

The problem is that I want to use noerod.f subroutine, but I get an error (please see image) with v7p2r0.

I did the compilation twice to see whether that was the problem or not, but I get the same error.

I have v7p1r1 and it works fine to it, but do not know what the problem is with v7p2r0.

I know the problem is executing the FORTRAN files, but, does anybody know why it happens?

Thanks in advance.

Cheers,

José Andrés.
Attachments:
The administrator has disabled public write access.

Problem executing Fortran file v7p2r0. 7 years 6 months ago #26429

  • Phelype
  • Phelype's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 140
  • Thank you received: 64
Hello José,

The problem is that the TELEMAC code was updated and the declaration of the variables LNG (language) and LU (logical unit) are now made in a global module, therefore they cannot appear inside your fortran file. To correct this issue, just comment the lines:
INTEGER LNG,LU
COMMON/INFO/LNG,LU

Although, I highly recommend you to don't do that. Instead, take your modifications from your v7p1 noerod.f and move them to the noerod.f from v7p2. This way you assure yourself that the code you are using is up to date and that it will not fail.

Best regards,

Phelype
The administrator has disabled public write access.
The following user(s) said Thank You: jose2kk
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.