Skip to content

Commit

Permalink
Merge pull request #10883 from NREL/add_miss_idd_cond_flow_ctrl
Browse files Browse the repository at this point in the history
Add missing IDD type for chiller objects' condenser flow control
  • Loading branch information
mjwitte authored Dec 27, 2024
2 parents aa39f9f + e951118 commit 5d4ff40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idd/Energy+.idd.in
Original file line number Diff line number Diff line change
Expand Up @@ -73653,6 +73653,7 @@ Chiller:Electric:EIR,
\note Name" input.
\note Use "ConstantFlow" when modeling a constant flow condenser plant loop, choose one of the other inputs
\note when modeling a variable flow condenser plant loop.
\type choice
\key ConstantFlow
\key ModulatedChillerPLR
\key ModulatedLoopPLR
Expand Down Expand Up @@ -73904,6 +73905,7 @@ Chiller:Electric:ReformulatedEIR,
\note Name" input.
\note Use "ConstantFlow" when modeling a constant flow condenser plant loop, choose one of the other inputs
\note when modeling a variable flow condenser plant loop.
\type choice
\key ConstantFlow
\key ModulatedChillerPLR
\key ModulatedLoopPLR
Expand Down

3 comments on commit 5d4ff40

@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.

develop (mjwitte) - x86_64-Linux-Ubuntu-24.04-gcc-13.3: OK (2918 of 2918 tests passed, 0 test warnings)

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.

develop (mjwitte) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-UnitTestsCoverage-RelWithDebInfo: OK (2100 of 2100 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.

develop (mjwitte) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-IntegrationCoverage-RelWithDebInfo: OK (801 of 801 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.