First time here? Check our help page!
2

Interpolate to Timestep in EnergyPlus 8.9

Lately I was upgrading to OS 2.5.0 which uses E+ 8.9. When I try to run one of my models which use to run smoothly in OS 2.4.0 it failed with the following massage:

Program Version,EnergyPlus, Version 8.9.0-eba93e8e1b, YMD=2018.05.07 20:08,
   ** Severe  ** <root>[Schedule:Day:Interval][2BHDO Default][interpolate_to_timestep] - "yes" - Failed to match against any enum values.
   **  Fatal  ** Errors occurred on processing input file. Preceding condition(s) cause termination.

I am changing the Schedule:Day:Interval's interpolate_to_timestep property to yes with a measure I wrote since OS will not expose it.

Since it is a Yes or yes enum issue I would guess it will affect many other things. Has anyone experienced such a warning?

Avi's avatar
4.3k
Avi
asked 2018-05-07 13:14:19 -0500
JasonGlazer's avatar
6.8k
JasonGlazer
updated 2018-05-07 13:21:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

For EnergyPlus 8.9.0 the options for the "Interpolate to Timestep" fields changed to "Average", "Linear" and "No". Here is full description. Basically, "Yes" was replaced with "Average" to describe it better since it is not interpolating in the classical sense.

JasonGlazer's avatar
6.8k
JasonGlazer
answered 2018-05-07 13:21:09 -0500
edit flag offensive 0 remove flag delete link

Comments

@JasonGlazer I was still using the 8.8.0 documentation.

Avi's avatar Avi (2018-05-07 13:42:06 -0500) edit
add a comment see more comments