First time here? Check out the Help page!
1 | initial version |
I found the issue. I was using a python sample that was passing -a when running the simulation. This seems to force an annual simulation:
result = self.api.runtime.run_energyplus(
self.state,
[
'-a',
'-w', self.epw_path,
'-d', 'output',
self.idf_path
]
)