Closed gregoryross closed 7 years ago
Does this actually run?
Yes, my unit tests (in test_recorder.py
) test the reading and writing of simulation data
And where do you store the configurations sampled?
I'll be storing the simulation configurations with dcd
files as this makes it easiest to view the simulations.
Yes, my unit tests (in test_recorder.py) test the reading and writing of simulation data
Great! I was worried the zlib
argument to Dataset
might cause problems since it wasn't listed in the docs.
I'll be storing the simulation configurations with dcd files as this makes it easiest to view the simulations.
XTC or DCD should be fine.
Created a new
netcdf
storage module for a stable way to recordsaltswap
simulation data. The previous way of storing results used text files with custom write-read functions. Basing the storage system on netcdf with a unit-tested interface is a more sustainable option.