sarkas.tools.observables.DynamicStructureFactor.setup_multirun_dirs
sarkas.tools.observables.DynamicStructureFactor.setup_multirun_dirs#
- DynamicStructureFactor.setup_multirun_dirs()#
Set the attributes postprocessing_dir and dump_dirs_list.
The attribute postprocessing_dir refers to the location where to store postprocessing results. If the attribute
sarkas.tools.observables.Observable.multi_run_average
is set to True then the postprocessing data will be saved in thesarkas.core.Parameters.simulations_dir
directory, i.e. where all the runs are. Otherwisesarkas.tools.observables.Observable.postprocessing_dir
will be in thesarkas.core.Parameters.job_dir
.The attribute
sarkas.tools.observables.Observable.dump_dirs_list
is a list of the refers to the locations of the production (or other phases) dumps. Ifsarkas.tools.observables.Observable.multi_run_average
is False then the list will contain only one path, namelysarkas.tools.observables.Observable.dump_dir
.