-
Notifications
You must be signed in to change notification settings - Fork 393
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 the resource portion of end-use subcategory meter names in v9.3 to v9.4 transition #8283
Conversation
Looks like @dareumnam has the solution in hand here. RefBldgSmallOfficeNew2004_Chicago variables are changed as below:
Transition now works on my local machine, whereas it failed on the last PR. 🤷♂️ . Anything else to discuss here before it goes in? |
@@ -126,6 +126,7 @@ SUBROUTINE CreateNewIDFUsingRules(EndOfFile,DiffOnly,InLfn,AskForInput,InputFile | |||
CHARACTER(len=MaxNameLength) :: OutputDiagnosticsName | |||
CHARACTER(len=MaxNameLength), ALLOCATABLE, DIMENSION(:) :: OutputDiagnosticsNames | |||
LOGICAL :: alreadyProcessedOneOutputDiagnostic=.false. | |||
INTEGER :: nE, nEC, nG, nNG, nFO, nFON |
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.
Minor detail - I think these could be declared in the Subroutine instead of here, but if no other changes are needed, and it's working, then OK.
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.
Just moved and pushed again. Oops, already merged. I was 4 mins late.
@@ -1185,3 +1189,26 @@ SUBROUTINE CreateNewIDFUsingRules(EndOfFile,DiffOnly,InLfn,AskForInput,InputFile | |||
RETURN | |||
|
|||
END SUBROUTINE CreateNewIDFUsingRules | |||
|
|||
SUBROUTINE ReplaceFuelNameWithEndUseSubcategory(InOutArg, NoDiffArg) |
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.
Nice solution!
This is ready. Merging. |
Pull request overview
RefBldgSmallOfficeNew2004_Chicago_fixed.idf.txt
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.