2

Severe errors when "migrating" jeplus job from energyplus 8.5 to 8.7

Hello, upon upgrading energyplus from 8.5 to 8.7 and running a jeplus project, I received the following error.

   ** Severe  ** ZoneCapacitanceMultiplier:ResearchSpecial="1.0" invalid Zone or ZoneList Name="1.0" not found.
   ** Severe  ** GetStagedDualSetpoint: Errors with invalid names in ZoneControl:Thermostat:StagedDualSetpoint objects.
   **   ~~~   ** ...These will not be read in.  Other errors may occur.
   **  Fatal  ** Errors getting Zone Control input data.  Preceding condition(s) cause termination.

I never crerated Zone="1" and not sure whether ZoneCapacitanceMultiplier is a feature of version 8.7. Any advice?

andrea.botti's avatar
415
andrea.botti
asked 2017-09-27 12:22:18 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-03-14 11:31:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

Two new input fields are added in ZoneCapacitanceMultiplier:ResearchSpecialobject in v8.7. Original v8.5 idf should be transitioned to v8.7 using IDFVersionUpdater in order for it to be able to run with v8.7. To address this specific problem, add two new fields a) a unique name for this object b) and leave zone or zone list input field blank.

Chandan Sharma's avatar
2.4k
Chandan Sharma
answered 2017-09-27 13:08:36 -0500
edit flag offensive 0 remove flag delete link

Comments

@Chandan Sharma thanks, that solved it. I am now encountering issues with custom EMS code calculating comfort metrics, which appears less straight forward to fix

andrea.botti's avatar andrea.botti (2017-09-29 04:20:30 -0500) edit
add a comment see more comments