hello everyone
I’m modelling a lake with an inflow and outflow boundary in telemac3d v7p2r0, I succeeded to make a computation with a temperature tracer.
I tried to make a computation with a given stratification (0m, 1m,.., 12m; 25°C to 8°C) by modifying CONDIM and adding TRA_Z, without success. For that I used parts of the following fortran file:
opentelemac.com/media/kunena/attachments/4895/smallfjord2.cas
When starting the computation I get a DICO error message:
T3dfort.f(190): error#5082: syntax error, found IDENTIFIER ‘OIPLAN’ when expecting one of :=> = . [ % (
DO IPLAN = 1,NPLAN
T3dfort.f(192): error#5082: syntax error, found IDENTIFIER ‘NDO’ when expecting one of : .EQV. .NEQV. .XOR. .OR .AND. .LT. < .LE. <= .EQ. == .NE. /= .GT. >
ENDO
T3dfort.f(192): error#6404: This name does not have a type, and must have an explicit type. [NDO]
I already have eliminated a lot of errors to arrive at my actual fortran file (see attachment) but at this step I’m clueless. I used an actual version of CONLIM in adequation with the telemac3d ver-sion I use (v7p2r0), checked the compatibility between the parts I took from the other fortran file, referred to the manual (part 4.1). Maybe it’s very simple but I still can’t find it.
Originally I wanted to use a mix of sigma and constant level planes (that’s why I used MESH TRANS-FORMATION = 3) but since it didn’t work I simplified it to just constant planes as a first step.
Thanks in advance for any help!
Peter