Skip to content

Commit

Permalink
Merge pull request #4383 from NREL/72780866-LowOATDB
Browse files Browse the repository at this point in the history
72780866 low oatdb
  • Loading branch information
rraustad committed Aug 15, 2014
2 parents 75e03a6 + 59a62e1 commit 20c431d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions idd/Energy+.idd
Original file line number Diff line number Diff line change
Expand Up @@ -41943,7 +41943,6 @@ Coil:Heating:DX:MultiSpeed,
\type node
N1 , \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
\type real
\minimum -20.0
\default -8.0
\units C
N2 , \field Outdoor Dry-Bulb Temperature to Turn On Compressor
Expand Down Expand Up @@ -48939,7 +48938,6 @@ AirLoopHVAC:UnitaryHeatPump:AirToAir:MultiSpeed,
\object-list HeatingCoilsGasMultiStage
N1 , \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
\type real
\minimum -20.0
\default -8.0
\units C
\note Needs to match the corresponding minimum outdoor temperature defined
Expand Down
5 changes: 0 additions & 5 deletions src/EnergyPlus/HVACMultiSpeedHeatPump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -959,11 +959,6 @@ namespace HVACMultiSpeedHeatPump {
}

MSHeatPump( MSHPNum ).MinOATCompressor = Numbers( 1 );
if ( Numbers( 1 ) < -20.0 ) {
ShowSevereError( CurrentModuleObject + ", \"" + MSHeatPump( MSHPNum ).Name + "\", " + cNumericFields( 1 ) + " is -20.0" );
ShowContinueError( "The input value is " + RoundSigDigits( Numbers( 4 ), 2 ) );
ErrorsFound = true;
}

if ( SameString( Alphas( 12 ), "Coil:Cooling:DX:MultiSpeed" ) ) {
MSHeatPump( MSHPNum ).CoolCoilType = MultiSpeedCoolingCoil;
Expand Down

2 comments on commit 20c431d

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

develop (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (445 of 451 tests passed)

Build Badge Test 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.

develop (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

Please sign in to comment.