Closed sjjamsa closed 1 year ago
I've no issues with this PR just a few questions:
As a side note: future development would be to sample markers from a distribution run-time and store wall loads directly (W/m^2) so that storing ini/endstate would be optional and instead of marker input we would have an input distribution(s).
You need to specifically request compression filter to compress a dataset. It requires chunking of the dataset. It is all transparent after you request it. I suppose the performance hit could be there if we have many small datasets and each need to go through the decompression. I bet the small datasets could simply increase in size instead of shrink. In case of large datasets, I would rather expect improved performance, as there is less to read from slow disk.
This pull request was sort of a miss. Removing it.
We probably should merge this to develop after feature/8 has been merged there.