Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: T2DL11 fails when trying to create DELWAQ output files

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30509

  • rladwig
  • rladwig's Avatar
Hi,

I am currently trying to generate the files necessary to run a DELWAQ simulation following the example files provided in the t2d_delwaq.cas and t2d.delwaq.f script. My simulation also finishes but then GRETEL fails in merging/spliting the last result files T2DL11:
merging separated result files

+> cas.txt
collecting: T2DRES
collecting: T2DDL1
collecting: T2DDL2
collecting: T2DDL3
collecting: T2DDL5
collecting: T2DDL6
collecting: T2DDL7
collecting: T2DDL4
collecting: T2DDL9
collecting: T2DL10
collecting: T2DL11
runRecollection:
|runGREDEL: Could not split your file (runcode=2).
| T2DL11
|
|... The following command failed for the reason above (or below)
|/opt/telemac/v7p2r3/builds/gfmpi/bin/gredelhyd_autop < gretel_T2DL11.par >> gretel_T2DL11.log

The gretel_T2DL11.log file is also quite empty:
I AM GREDELHYD, COUSIN OF GRETEL FROM BAW HAMBURG


GLOBAL GEOMETRY FILE: T2DGEO

RESULT FILE: T2DL11

NUMBER OF PROCESSORS: 10
4 PARAMETERS IN GEOMETRY FILE
NELEM= 86880
NPOIN2= 45093
ECKEN= 3
NDUM= 1

Is this a specific problem related to parallel simulations? I am currently not able to run it in scalar mode.

Thanks in advance.
Best,
Robert
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30510

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
It should works in parallel case.
You could try to execute it manually and check if more message are given

A trick could be to run the simulation in scalar mode for only 1 time step as a part of Delwaq file are not related to time and are created at the first time step...

Hope this helps
Christophe
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30524

  • rladwig
  • rladwig's Avatar
Thanks Coulet,

I tried to execute it manually and I got the following error:
At line 362 of file /opt/telemac/v7p2r3/sources/utils/gretel/gredelhyd_autop.f
Fortran runtime error: Substring out of bounds: lower bound (0) of 'nomsou' is less than one

which corresponds to this line in gredelhyd_autop.f
00362 WRITE(3, '(A,I4.4,I2.2,I2.2,I2.2,I2.2,I2.2,A)' )
00363 & "conversion-start-time '",IYEAR,IMONTH,IDAY,
00364 & IHOUR,IMIN ,ISEC, "'"
00365 JULIAN_DAY = REFER_DAY + DBLE(ITSTOP)/(86400.D0*36525.D0)
00366 CALL GREGTIM( JULIAN_DAY, IYEAR, IMONTH, IDAY,
00367 & IHOUR, IMIN, ISEC )

But nomsou seems to be related to the coordinate reference system, which seems fine when running TELEMAC only.

Does this mean it's a error related to the time format of my TELEMAC simulation because I am currently running it without any transient flow boundary conditions or wind data?
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30530

  • Leballeur
  • Leballeur's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 434
  • Thank you received: 163
Hi Robert,

You said in the first post that you're not able to run it in scalar mode too.
What is the error message for a sequential case?

Regards,
Laurent
The administrator has disabled public write access.
The following user(s) said Thank You: rladwig

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30532

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
I think there is a problem of blank line in the source and then the number given is not the right one.
According to the source code, I would say the error comes from the line
READ(4,'(A)') NOMSOU(1:J)
NOMSOU is the name of the delwaq volume file given in your steering file.
Is it possible you forgot to give the line
VOLUMES DELWAQ FILE in the steering file?

Hope this helps
Christophe
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30533

  • rladwig
  • rladwig's Avatar
I checked the cas-file and VOLUMES DELWAQ FILE is included. But I guess somewhere there is the error, because the error appears when TELEMAC calculates the final balance of water volume. Here's my cas section for DELWAQ coupling:
/
/ DELWAQ FILES
/
/DEBUGGER : 1
COUPLING WITH : 'DELWAQ'
/
VOLUMES DELWAQ FILE : dwq_delwaq-volume.dwq
EXCHANGE AREAS DELWAQ FILE : dwq_delwaq-area.dwq
VERTICAL FLUXES DELWAQ FILE : dwq_delwaq-flow.dwq
BOTTOM SURFACES DELWAQ FILE : dwq_delwaq-horsurf.dwq
EXCHANGES BETWEEN NODES DELWAQ FILE : dwq_delwaq-frmto.dwq
NODES DISTANCES DELWAQ FILE : dwq_delwaq-length.dwq
SALINITY DELWAQ FILE : dwq_delwaq-salinite.dwq
SALINITY FOR DELWAQ : YES
VELOCITY DELWAQ FILE : dwq_delwaq-vitesse.dwq
VELOCITY FOR DELWAQ = YES
DIFFUSIVITY DELWAQ FILE : dwq_delwaq-diffusion.dwq
DIFFUSIVITY FOR DELWAQ =YES
DELWAQ STEERING FILE : dwq_delwaq.hyd
CONTINUITY CORRECTION = YES
/RESULTS FILE : DELWAQ.slf
/

/
FORTRAN FILE : t2d_delwaq.f

I also attached my cas-file.

File Attachment:

File Name: cas_2018-06-07.txt
File Size: 5 KB
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30534

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
Could you clarify the point about the error which appears when Telemac the final balance water volume.
The first error you reported was for me a problem in the variable nomsou which is probably an empty string...

Regards
Christophe
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30535

  • rladwig
  • rladwig's Avatar
Sorry, it's the same error related to the merging of T2DL11 (as far as I understand it):
FINAL BALANCE OF WATER VOLUME

RELATIVE ERROR CUMULATED ON VOLUME: 0.7952219E-15

INITIAL VOLUME : 0.2810755E+08 M3
FINAL VOLUME : 0.2810553E+08 M3
VOLUME THAT ENTERED THE DOMAIN: -2022.444 M3 STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
STOP 0
At line 362 of file /opt/telemac/v7p2r3/sources/utils/gretel/gredelhyd_autop.f
Fortran runtime error: Substring out of bounds: lower bound (0) of 'nomsou' is less than one
( IF <0 EXIT )
TOTAL VOLUME LOST : 0.2235174E-07 M3
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30536

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Just as a remark
Is it working well on the delwaq example?
Christophe
The administrator has disabled public write access.

T2DL11 fails when trying to create DELWAQ output files 6 years 5 months ago #30531

  • rladwig
  • rladwig's Avatar
Thanks Laurent, currently there's no scalar version of TELEMAC on our server here. Hopefully I can try it in scalar mode later this day or tomorrow. I will post the results then.
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: pham

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