Are you interested in a Python automation tool for configuration/simulation/plotting?
I developed for my master's thesis an automation tool to configure EnergyPlus/OpenStudio models, batch run simulations, retrieve the results and plot a lot of graphs (so this can be used for parametric analysis). This is tailored for one specific usecase, with a strong focus on ventilation (also for "COVID-19" scenarios) but I tried to design it in such a way that it could be easily extended and used for other projects.
The programming language is Python (for now 3.7), the configuration is done in a settings.py file and there's a script to run various commands. The main dependencies (Python packages) are eppy, openstudio, pandas, seaborn.
I have been offered to write an academic paper about it, and if I do it I would also have to write documentation, tests and ship a proper package that can be easily installable (including providing a Docker image and the necessary stuff to help a quick start). Now my problem is that I don't really have the time to do this, and I would not do it for fun, but only if I know that it can be useful to other people.
If you are interested and think that you could consider using such a tool, please let me know.
@Adrien, It looks like you may have all the components you need, but if you feel you can benefit elements of OpenStudio Analysis Framework (OSAF), its possible you may be able to run many of the elements you are using within or alongside OSAF. For example python post processing scripts, support in scaling cloud computing, and accessing the OSAF API for individual datapoints during the analysis. This paper, in particular Section 3 on methods provides more details.
Thank you! I didn't know about it and will have a look.