Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Error Logging for EnergyPlus Runs #118

Open
anchapin opened this issue Sep 27, 2022 · 0 comments
Open

Add Error Logging for EnergyPlus Runs #118

anchapin opened this issue Sep 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anchapin
Copy link
Contributor

anchapin commented Sep 27, 2022

Use branch feature/energyplus-reporting.

Previously simulations would run like:
openstudio run --workflow workflow.osm​

Now:
openstudio run -w workflow.osw --measures-only​
ExpandObjects.exe​ (or the macOS equivalent)
python run-energyplus.py​
openstudio run -w workflow.osw --postprocess-only
 
Current Issue:
The reporting measures don’t work as expected, I believe this is due to the original single process maintaining certain variables in memory (e.g. the advanced_import_gbxml measure sets runner.unitsPreference in memory for post-process measures like openstudio_results to use, we’d have to modify it to persist that value to the run directory and modify the other measures to read it (or they can all just parse the xml, but that seems unnecessary). 

@anchapin anchapin self-assigned this Sep 27, 2022
@anchapin anchapin added the enhancement New feature or request label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants