Welcome, Guest
Username: Password: Remember me

TOPIC: condim_sisyphe subroutine

condim_sisyphe subroutine 10 years 6 months ago #12994

  • fezai
  • fezai's Avatar
Hello,

I'm trying to read wave data from external files, I'm using the subroutine condim_sisyphe.

I'm receiving an error message "Type mismatch in argument 'y'" in the statement :
CALL OS('X=Y ',X=HW, Y=HWR)

Here is my condim_sisyphe.f file.

Any help?

Thanks,
FEZAI
Attachments:
The administrator has disabled public write access.

condim_sisyphe subroutine 10 years 6 months ago #12995

  • jmhervouet
  • jmhervouet's Avatar
Hello,

HWR is double precision while HW is of type BIEF_OBJ, so do instead:

CALL OV('X=Y ',HW%R,HWR,HWR,0.D0,NPOIN)

Regards,

JMH
The administrator has disabled public write access.
Moderators: Pablo, pavans

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