Hi,
I have 1025 sensors in my simulation and due to the requirements of a very low timestep, I need to have a very small timestep that essentially takes me to around 1,900,000 points per sensor. This can, of course, be quite taxing on computer RAM. Now, the running of the simulation doesn't take much time, I have a lot of computational power. However, the RAM always runs out simple due to the sheet number of time points I need.
So, is it possible somehow to configure sensors to only record, for example, the pressure at every other timestep? Or every third timestep? This would greatly decrease the memory required to store sensor_data while all other parameters would remain the same.
Thank you!