How to block the 'EnergyPlus Run Status' dialogue in group simulation
Hi, everyone.
I'm running group simulations with EnergyPlus 8.8. The group includes 1008 IDF files. After running about each 50 IDF files, the 'EnergyPlus Run Status' dialogue (showing the numbers of warming & errors, elapsed time) pops up. The simulation pauses and will not continue until I clicked the OK button.
This problem keeps me beside the computer, and I cannot leave the simulation running for the whole night. So, is there anyway to block this dialogue from popping up?
Thank you.
Comments
That should not be happening so you might want to post a bug report here. Have you looked at script-for-multiple-simulations?
Thank you, Joson! Python is a good choice. I've made it.
@Mark Kou I am having this exact problem for EnergyPlus 9.3 on our 16 core Windows Server OS. Unfortunately, I cannot easily use a python script like @JasonGlazer recommended because each IDF is paired with an EPW and the parametric generation pairs runs with some technologies in some climate zones, but not others, like heat pump water heaters in Miami vs New York, so the IDFs and EPWs pairs don't follow a simple pattern. Did you ever submit an issue on github?
@JasonGlazer I am able to reproduce the behavior consistently. The problem goes away if the individual simulations take longer to run, like a run period of one week vs one year. A strange thing I noticed is new simulation terminals take a while to display for the one week run period. I allow my server to run 24 simultaneous IDFs, but there are usually only 2 or 3 simulation terminals, and sometimes zero simulations running. Looks like the interruptions occur when there are no simulations running for half a second (best guess). Does the code use the nonexistence of running simulations to exit?
@mldichter you may be right, EP-Launch does use a timer to manage the queue of simulations and if simulations run for a very short time, that process may get messed up. I do believe the timer is set to 0.5 seconds. I am not sure that is responsible for the issue you are seeing but it is very likely related. Unfortunately, I'm not sure I can change that timer without it creating other issues. I would encourage you to reconsider using Python or another scripting tool to run simulations. You can certainly pair weather files with specific simulations.