Skip to content

Commit

Permalink
fix Cooling:DX:VariableSpeed version transition
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiex committed Jul 24, 2023
1 parent 17cfbdf commit baed7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Transition/CreateNewIDFUsingRulesV23_2_0.f90
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ SUBROUTINE CreateNewIDFUsingRules(EndOfFile,DiffOnly,InLfn,AskForInput,InputFile
CALL GetNewObjectDefInIDD(ObjectName,NwNumArgs,NwAorN,NwReqFld,NwObjMinFlds,NwFldNames,NwFldDefaults,NwFldUnits)
nodiff=.false.
! manipulate all the speeds regardless of CurArgs count
OutArgs(1:14)=InArgs(1:14)
OutArgs(15) = '' ! new Crankcase Heater Capacity Function of Temperature Curve Name field
OutArgs(16:26)=InArgs(15:25)
OutArgs(1:13)=InArgs(1:13)
OutArgs(14) = '' ! new Crankcase Heater Capacity Function of Temperature Curve Name field
OutArgs(15:26)=InArgs(14:25)
OutArgs(27) = '' ! new speed 1 2017 rated field
OutArgs(28) = '' ! new speed 1 2023 rated field
OutArgs(29:38)=InArgs(26:35)
Expand Down

5 comments on commit baed7f9

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crankcaseHeater (yujiex) - x86_64-MacOS-10.17-clang-13.0.0: OK (3447 of 3447 tests passed, 2 test warnings)

Messages:\n

  • 2 tests had: IDF diffs.

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crankcaseHeater (yujiex) - x86_64-Linux-Ubuntu-22.04-gcc-11.3: OK (3488 of 3488 tests passed, 2 test warnings)

Messages:\n

  • 2 tests had: IDF diffs.

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crankcaseHeater (yujiex) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-UnitTestsCoverage-Debug: OK (1897 of 1897 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crankcaseHeater (yujiex) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-IntegrationCoverage-Debug: OK (778 of 778 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crankcaseHeater (yujiex) - Win64-Windows-10-VisualStudio-16: OK (2672 of 2672 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.