Hello,
I am using the MEDCoupling library for storing results from my numeric library.
My scenario consists of taking a time series input data and produce N arrays on each time slice. These I then convert to MEDCoupling Fields and write to the resulting MED file. What I now observed is, when I have a lot of time slices, over time the writing the fields to the MED file becomes slower and slower.
Right now my resulting MED file is 50GB (med file with only mesh is 400MB) and adding a new time slice of fields is taking 20 minutes.
I checked the documentation and the MEDCoupling/Loader examples but couldn’t find any information on what to do or avoid.
Best regards,
Gregor Simic