Hi !
I am a new user of Telemac and BlueKenue.
I need to impose current values to the boundary conditions.
I got the HYCOM data thanks to the convertHYCOM.py script.
So now, I think I should convert the data into a liquid boundary file and that it is possible thanks to the convertToBND.py script.
However, this last script keeps returning this error :
Interpreting command line options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> getting hold of the CONLIM file and of its liquid boundaries
+> getting hold of the GEO file and of its bathymetry
+> support extraction
+> masking and setting connectivity
+> writing header
Traceback (most recent call last):
File "converters/convertToBND_ok.py", line 160, in <module>
bnd.appendHeaderSLF()
File "converters/../parsers/parserSELAFIN.py", line 654, in appendHeaderSLF
f.write(pack(endian+str(self.NELEM3*self.NDP3)+'i',*(self.IKLE3.ravel()+1)))
struct.error: pack expected 1152 items for packing (got 576)
Does anyone know what kind of mistake I might be doing ?
Thank you very much for your help.
Ophelie