accim.run package
Submodules
accim.run.run module
Multiprocessing runs.
using generators instead of a list when you are running 100 files you have to use generators original script: https://eppy.readthedocs.io/en/latest/runningeplus.html slightly modified so that takes multiple sample_EPWs located in the local folder
- accim.run.run.make_eplaunch_options(idf, epw)[source]
Make options for run, so that it runs like EPLaunch on Windows.
- accim.run.run.removefiles()[source]
Delete all files except ‘.py’, ‘.idf’, ‘.epw’, ‘.csv’ and ‘.eso’.
‘Table.csv’, ‘Meter.csv’, ‘Zsz.csv’ files are deleted as well.
- accim.run.run.runEp(runOnlyAccim: bool | None = None, confirmRun: bool | None = None, num_CPUs: int = 2, EnergyPlus_version: str | None = None)[source]
Run simulations in the latest EnergyPlus version installed in the computer.
- Parameters:
runOnlyAccim (bool) – Default is None. Enter True to run only ACCIM output IDFs, or False to run all IDFs.
confirmRun (bool) – Default is None. Enter True to run all simulations regardless the no. of them, or False to shut down all runs.
num_CPUs (int) – An integer. The number of CPUs to be used.
EnergyPlus_version (str) – A string. It should be the EnergyPlus version of the IDFs, from ‘9.0’ to ‘23.2’.