Welcome, Guest
Username: Password: Remember me

TOPIC: Triple coupling (Telemac2d, Tomawac, Sisyphe)

Triple coupling (Telemac2d, Tomawac, Sisyphe) 10 years 6 months ago #12951

  • fezai
  • fezai's Avatar
Hello,

I am trying triple coupling (Telemac2d, Tomawac, Sisyphe) to account for wave induced bed shear stress.

The calculation takes a considerable time, due to the tomawac run as what it seems. I am trying to take into account the effect of waves on both hydrodynamics and sediment transport using an already calculated solution with Tomawac.

Using the keyword NOMS DES VARIABLES CLANDESTINES doesn't seem to solve the problem (www.opentelemac.org/index.php/kunena/17-...nput-in-sisyphe#8025).

I'm trying to make Sisyphe read the wave data to avoid the 'DONNEES DE HOULE MANQUANTES' error message :/ .

I tried to add some subroutines to read wave data from an external file, something like :

SUBROUTINE myReadTW(NPOIN, TW)
!
INTEGER :: i
INTEGER, INTENT(IN) :: NPOIN
DOUBLE PRECISION, INTENT(OUT) :: TW(NPOIN)
!
OPEN(2000, FILE='C:\wave_data\TW.txt')
!
DO i=1, NPOIN
READ(2000, ERR=100) TW(i)
ENDDO
! !
100 CONTINUE
CLOSE(2000)
!
END SUBROUTINE

The simulation is running but with 0 amounts of suspension and bed load transport.

Any clues would be highly appreciated.

Thanks,
FEZAI
The administrator has disabled public write access.

Triple coupling (Telemac2d, Tomawac, Sisyphe) 10 years 5 months ago #13319

  • sebourban
  • sebourban's Avatar
  • OFFLINE
  • Administrator
  • Principal Scientist
  • Posts: 814
  • Thank you received: 219
Hello,

It may be that your are missing some of the key keywords in your SISYPHE steering file.

Note that there is a test case you can play with: \examples\sisyphe\littoral
Try doing your FORTRAN (read to TOMAWAC file) within that example first. It will be faster than your real application case.

Finally, try using a SELAFIN file for your TOMAWAC information, intead of an ASCII file, and then use the keyword WAVE FILE. This should make it all work in parallel.

Hope this helps,
Sébastien.
The administrator has disabled public write access.
The following user(s) said Thank You: fezai
Moderators: Pablo, pavans

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