Page 1 of 1

post-processing concentration results without display micress

Posted: Tue Sep 16, 2025 12:35 pm
by matt_hughes
Hi MICRESS,

I have performed a simulation in MICRESS but am not able to access the results via display MICRESS to export the concentration dataset, i think because the file size is so large and it keeps crashing. Is there a way i can extract the results of each concentration array at each timestep to a text file without using display MICRESS.

Thanks,
Matthew

Re: post-processing concentration results without display micress

Posted: Tue Sep 16, 2025 1:38 pm
by ralph
Try to increase the memory available for DP_MICRESS with Option->Settings->Memory. This might help to read your data.

If this does not work, you can use the Python package micpy to read the data.
https://docs.micress.de/micpy/
Exports are not defined in the package itself but you can use other packages like numpy. I think there are export methods implemented.

Best,
Ralph