Hello everyone,
I made a one year T2D simulation of the whole English channel: results.slf is pretty big 7Go. I cannot load it using the usual Python library TelemacFile from
data_manip.extraction.telemac_file
.
I also tried to run :
run_tefile.py scan --data results.slf
or
extract.py timeseries results.slf aa.csv --v "VELOCITY U" --node 6 66 666
All ended up with the same error:
struct.error: unpack requires a buffer of 67964 bytes
my guess is that it requires way too much RAM to be loaded.
However, I have no problem opening the case with BlueKenue and extracting the timeseries at my points of interest (as long as I am patient enough).
The solution I am aiming at is to re-run my case while splitting the it in 2 months run.
Any other solution? Is this a known limit of the extract library ?
Just in case, I have uploaded the .slf here (available for a month):
www.swisstransfer.com/d/e6722fff-bc9a-4074-9af7-e97dcca49064
Thanks,
Pierre-Henri