Hello,
I was doing my first tests on 3D estuary model .
When I launch the test, I obtained
' CALCOT : LES PLANS 1 ET 2
SE CROISENT AU POINT 10883
COTE BASSE : -2.03361890925897
COTE HAUTE : -2.25733009971098
DIFFERENCE : -0.223711190452013
HAUTEUR : -0.677912698339432 '
which correspond in calcot.f to lines :
CALCOT: PLANES ',IPLAN-1,' AND ',IPLAN
WRITE(LU,*) ' INTERCROSS AT POINT ',IPOIN
WRITE(LU,*) ' LOWER POINT : ',ZZ(IPOIN,IPLAN-1)
WRITE(LU,*) ' HIGHER POINT: ',ZZ(IPOIN,IPLAN)
WRITE(LU,*) ' DIFFERENCE : ',ZZ(IPOIN,IPLAN)-
& ZZ(IPOIN,IPLAN-1)
WRITE(LU,*) ' DEPTH : ',HH(IPOIN)
Firstly, I thought, it's a problem with tidal falts, so I put 'TIDAL FLATS : 1' . But I obtain the same results.
Secondly, I increased the water level from 4.5 to 10. and the run starts.
Thirdly, I try to increase the time step from 0.05 to 0.1 and the error message appears once again
Do you have some suggestions ?