Hi cath,
thanks for your reply.
actual i'm not sure what you mean with "comment" the message errors? Did you mean it in that way:
ELSE
DO I=1,NSICLA
AVAIL(J,1,I) = ( AVAIL(J,1,I) * ELAY0
& + ZFCL_W%ADR(I)%P%R(J)
& - EVOL*AVAIL(J,2,I) )/ELAY0
IF(AVAIL(J,1,I).GT.1.D0+ZERO.OR.
& AVAIL(J,1,I).LT.-ZERO) THEN
WRITE(LU,*) 'ERROR IN LAYER CASE 4'
! CALL PLANTE(1)
! STOP
ENDIF
ENDDO
ELAY%R(J) = ELAY0
ESTRATNEW(J) = ESTRAT%R(J) + EVOL
ENDIF
if i did it so the simulation still broke down but now i receive a different error message, see the attached figure.
Interesting was the fact that if i run the same simulation on telemac version v6p3 it works quite well...
Markus