4

Night Cycle Error in Openstudio

using Openstudio 2.7:

I define the night cycle under control and there is applicability schedule already defined.

image description

The simulation fails to run, stating "Applicability Schedule name" is not find.

Not sure what is that I am missing. Thanks.

s_pourm's avatar
775
s_pourm
asked 2019-06-03 15:15:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Are you sure that the Applicability Schedule that throws the error is for the night cycle availability manager? Try removing and then resetting the schedule. Also post the full line from the .err file that details the error.

mdahlhausen's avatar mdahlhausen (2019-06-04 10:33:35 -0500) edit

Did either of you figure out this issue? I am having the same problem, but can't seem to replicate it on a simplified model with the same setup. I am using OS 2.8.

Tim Johnson's avatar Tim Johnson (2019-10-17 15:36:55 -0500) edit

I was not able to diagnose the problem. It doesn't appear in OS v2.9.0, so I recommend upgrading to that version.

mdahlhausen's avatar mdahlhausen (2019-10-17 15:57:10 -0500) edit

Thanks for the quick response. I just installed 2.9.0 and ran it again. I get the same applicability schedule error.

Tim Johnson's avatar Tim Johnson (2019-10-17 16:37:45 -0500) edit

Hmmm... I'll re-open the OpenStudio issue on Github.

mdahlhausen's avatar mdahlhausen (2019-10-18 10:18:17 -0500) edit
add a comment see more comments

1 Answer

1

As a temporary fix, I set up the availability managers how I wanted them in OpenStudio, then ran the OpenStudio simulation to generate the idf. I then took the availability managers from the idf, populated them with the schedules I wanted and injected them into the model with the OpenStudio measure. Finally, I went back into OpenStudio and deleted the night cycle availability managers. Note that when you grab the idf information, you need to grab the AvailabilityManager:NightCycle object and the AvailabilityManagerAssignmentList object. Also be aware that if you change the night cycle operation, it will add an availability manager and the inject idf won't work.

Maybe not a long term solution, but it gets the model running in pinch.

Tim Johnson's avatar
617
Tim Johnson
answered 2019-10-18 08:59:13 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments