Hi,
When writing the result mesh, it ends with this error :
$ run_telfile.py merge --kind=time reestuarisation_part_p1.res reestuarisation_part_p2.res test.res
Interpreting command line options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~> Merging reestuarisation_part_p1.res, reestuarisation_part_p2.res into test.res kind=time
Skipping duplicate time 6566400.0 from reestuarisation_part_p2.res
Traceback (most recent call last):
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/run_telfile.py", line 479, in <module>
main()
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/run_telfile.py", line 461, in main
merge(options.input_files, options.output_file, options.bnd_file,
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/pretel/manip_telfile.py", line 796, in merge
out_res.write()
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/data_manip/extraction/telemac_file.py", line 1985, in write
self.write_mesh()
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/data_manip/extraction/telemac_file.py", line 1904, in write_mesh
self.set_header(self._title, self._nvar, self._varnames,
File "/opt/telemac-mascaret/v8p5r0/scripts/python3/telapy/api/hermes.py", line 720, in set_header
self.error = HermesFile._hermes.set_header(self._fformat, self.my_id,
_hermes.error: (shape(var_name, 0) == nvar) failed for 1st keyword nvar: set_header:nvar=11
Files are huge (11go and 8go) so not easy to share (and I would have to ask to share them).
I have no clue how to debug this. Both input files have same variables.