Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

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

asked 2022-05-23 19:37:12 -0500

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...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-05-23 20:28:31 -0500

updated 2022-05-23 20:31:00 -0500

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

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2022-05-23 19:37:12 -0500

Seen: 168 times

Last updated: May 23 '22