stfc / HartreeParticleDSL

MIT License
1 stars 1 forks source link

HDF5 IO (and future IO?), customize filename with step count. #56

Closed LonelyCat124 closed 2 years ago

LonelyCat124 commented 2 years ago

At the moment, only a string can be passed to file IO, which does not support runtime values.

One solution to this is to add an optional parameter to the IO function that allows the user to specify a variable name to be provided as well.

LonelyCat124 commented 2 years ago

This was added for the Cabana backend - and will be used as the strategy for the immediate future.