Hi Costas,
I changed the section input file to coordinate format (section input file attached) in the following format
section_1
x1 y1 x2 y2
and set the 2nd line to "+1", but the problem seems to persist (output file attached).
I have found a way around this though I'm not sure if this is the right thing to do. I changed the parameter
INTEGER, PARAMETER :: NSEMAX = 200
in the flusec_telemac2d.f to NSEMAX=600 and added as FORTRAN FILE to the steering file. My logic here is that there is about 219 nodes across the control section, which exceeded the limit of nodes allowed for computation of cross section flux (NSEMAX=200).
Is this something safe to do?
Best regards,
Sho