-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fix Emission Output Variable Names "Environmental Impact OtherFuel1 CO2 Water Consumption Volume" and "Environmental Impact OtherFuel2 CO2 Water Consumption Volume" #9089
Conversation
…-emissions-variables
@matthew-larson @lgentile it has been 28 days since this pull request was last updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the reformatting be pulled out of here? If we need to do a broad reformatting of files, let's do it in a single commit on a single PR so we can then add it to the git commit skip file. I haven't tested this branch, but if I understand the intent, then the tiny fix is quite reasonable. Let me know if you want me to pull back the changes in that file.
@@ -4242,7 +4242,7 @@ void SetupPollutionMeterReporting(EnergyPlusData &state) | |||
_, | |||
""); | |||
SetupOutputVariable(state, | |||
"Environmental Impact OtherFuel2 CO2 Water Consumption Volume", | |||
"Environmental Impact OtherFuel2 Water Consumption Volume", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
tst/EnergyPlus/unit/CMakeLists.txt
Outdated
if(USE_GLYCOL_CACHING) | ||
add_definitions("-DEP_cache_GlycolSpecificHeat") | ||
endif() | ||
if (USE_GLYCOL_CACHING) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this file was reformatted here? Should've just been a one line addition for the new unit test file...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CLion kept forcing this on me when I was updating this file for the one line addition. If it's an issue, I can try to revert this back and do this manually to not effect the formatting.
I'll take out the formatting changes, but this will also need a line in the transition output variables csv file. That file isn't created yet. I need to make the new version number change, then I'll fix this one up. |
@matthew-larson @lgentile it has been 28 days since this pull request was last updated. |
Alright, got the formatting issue taken care of, and added these report variables to the appropriate support file. I think this one also might be good to go now. |
Pulling develop into this now locally to do final testing but if it passes I'll get this one merged next. |
Good to go, pulled develop and tested. Merging this one too. |
Fix Emission Output Variable Names "Environmental Impact OtherFuel1 CO2 Water Consumption Volume" and "Environmental Impact OtherFuel2 CO2 Water Consumption Volume"
Pull request overview
SetupPollutionMeterReporting
function that checks the output variables.Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.