Hello,
I am trying to get TELEMAC-2D to write its output *.slf file in double precision ('SERAFIND') format. My geometry file is in double precision, and I want my result file to likewise be in double precision.
I looked at the telemac2d.dico, and found the following key-words which I activated in my steering file:
GEOMETRY FILE FORMAT ='SERAFIND'
RESULTS FILE FORMAT ='SERAFIND'
However, upon completion of the simulation, the results file is still written as single precision. Am I missing another keyword which I must activate?
To see if the result or geometry files are or are not in double precision, I am using the scan.py script in ./scripts/python27/.
Running scan.py on the result file I get the last eight characters in the title record as 'SERAFIND', but the actual numeric values of the output variables are still in single precision. This may be a hint to what is going on.
I am uploading my dummy example in case someone can take a look.
Thanks,
Pat