Skip to content
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

Remove minimum limits for Heat Pump Heating Minimum Outdoor Dry-Bulb Temperature to match E+ #3629

Closed
jmarrec opened this issue Aug 19, 2019 · 1 comment
Assignees

Comments

@jmarrec
Copy link
Collaborator

jmarrec commented Aug 19, 2019

cf NREL/EnergyPlus#7437. E+ IDD was changed around E+ 8.8.0 to remove some compressor OAT limits. OpenStudio is out of sync with these changes (and probably a ton more).

OpenStudio.idd

OS:Coil:Heating:DX:SingleSpeed,
[...]
  N5, \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
       \type real
       \units C
       \minimum -20
       \default -8.0

ProposedEnergy+.idd:

Coil:Heating:DX:SingleSpeed,
[...]
  N5 , \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
       \type real
       \minimum -20.0
       \default -8.0
       \units C

E+:

Coil:Heating:DX:SingleSpeed,
[...]
  N5 , \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
       \type real
       \default -8.0
       \units C

@jmarrec
Copy link
Collaborator Author

jmarrec commented Mar 17, 2020

Fix in current develop

  N5, \field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation
       \type real
       \units C
       \default -8.0
  N6, \field Maximum Outdoor Dry-Bulb Temperature for Defrost Operation

@jmarrec jmarrec closed this as completed Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants