First time here? Check our help page!
1

Editing BeOpt sim.py file to correct heating/cooling season schedules

Hello, I am trying to use be-opt to help do some parametric analysis but the issue of the automated cooling schedule shut off has become an issue. Someone noted that the 'sim.py' file that comes with BeOpt might be able to be modified to correct this issue, by telling BeOpt to not set the seasonal schedules. Can anyone who knows BeOpt and/or Python well help me understand if this is a route I can take? I've started to review the file but have gotten kind of lost.

Previous questions similar to this topic:

https://unmethours.com/question/58351... https://unmethours.com/question/56859...

Jonny K's avatar
554
Jonny K
asked 2022-05-23 19:37:12 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

I think this worked without breaking anything:

change line 1872 to "heating_season[i] = 1"
change line 1879 to "cooling_season[i] = 1"

image description

Jonny K's avatar
554
Jonny K
answered 2022-05-23 20:28:31 -0500, updated 2022-05-23 20:31:00 -0500
edit flag offensive 0 remove flag delete link

Comments

Also, yes I realize the set points are very narrow.

Jonny K's avatar Jonny K (2022-05-23 20:31:49 -0500) edit

Note that BEopt v3 will allow you to define heating/cooling seasons (and will default to year-round operation).

shorowit's avatar shorowit (2022-12-08 15:50:29 -0500) edit
add a comment see more comments