-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
IO currently outputs simple .dat files and immediately calls a python script to plot them. This can lead to many calls to python (once for each dump). The python plotting script is substantially slower than the rest of the code.
Ideally
- output sequentially numbered dat files at each dump
- create a single post-processing script to do the simple visualisations at the end (or, perhaps at the start and have it wait on new dump files) to avoid multiple startup and exits of python
- this also has benefit of paving the way towards keeping dat files for more complicated post-processing / analysis
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request