Hello,
I would like to change the bathymetry of a number of points.
I have modified CORFON this way :
IF(LISFON.GT.0) THEN
!
! !MAS=.TRUE.
! !CALL FILTER(ZF,MAS,T1,T2,AM1,'MATMAS ',
! & 1.D0,T1,T1,T1,T1,T1,T1,MESH,MSK,MASKEL,LISFON)
DO I1=43400,43500
ZF%R(I1)=10000
!WRITE(LU,*) 'I1 : ',I1,'Zf :',ZF%R(I1)
ENDDO
!
ENDIF
I added the key word LISSAGES DU FOND=1 /si différent de 0 : batardeaux
The computation runs, it seems to work but I have no change of bathymetry in the result file.
Could anyone help ?
Thank you,
Pauline