Hello,
I run telemac3d coupled to tomawac and gaia and because of the walltime, my run stopped. I want to recover the 2D and 3D results.
When running runSELAFIN.py I can get the 2D results despite I get an error in the parserSELAFIN.py:
v8p1r1/scripts/python27/parsers/parserSELAFIN.py", line 604, in getVariablesAt
z[varsIndexes.index(ivar)] = unpack(endian+str(self.NPOIN3)+ftype,f.read(fsize*self.NPOIN3))
struct.error: unpack requires a string argument of length 5372
When trying to recover the 3D results, I get the following error:
File "~/v8p1r1/scripts/python27/runSELAFIN.py", line 1208, in <module>
main()
File "~/v8p1r1/scripts/python27/runSELAFIN.py", line 954, in main
slf = alterSELAFIN( slfFile, times = (int(options.tfrom),int(options.tstep),int(options.tstop)), vars = vars, root=rootFile )
File "~/v8p1r1/scripts/python27/runSELAFIN.py", line 201, in __init__
PARAFINS.__init__(self,f,root)
File "/home/hafedh/v8p1r1/scripts/python27/parsers/parserSELAFIN.py", line 935, in __init__
for i,slf in zip(range(len(self.slfs)),self.slfs): self.mapPOIN[slf.IPOB3-1] = i
IndexError: index 38668 is out of bounds for axis 0 with size 30624
regards,