1

circadian rhythm lighting schedule

We're modeling zoo animal habitats and, thinking ahead, believe we may need to create a lighting schedule that mimics a seasonal solar pattern that the animals are comfortable with - different from the local solar schedule. Have any of you done something similar? If so, are you willing to share your approach?

Jim Dirkes's avatar
3.5k
Jim Dirkes
asked 2021-10-24 19:00:31 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2022-02-07 14:20:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

It seems like you will need to pre-process this since the climate for the enclosure isn't based on our local position. Maybe you can use a tool like Elements or Climate Consultant on an EPW of the representative location, or open renamed EPW as CSV in Excel. There are a number of websites that can give you sunrise and sunset time, and additional data beyond that.

However you come up with the pre-processed schedule, if it is relatively complex vs. just changing once a month, then you may want to consider using a schedule file object (If you are using EnergyPlus) which allows you to describe your schedule in an external CSV file that is used by EnergyPlus at runtime.

It's also possible the zoo staff already have this information, and you could get it from them. Something to keep in mind, The zoo may shift the timing of this for example to have nocturnal animals up in the day instead of the night? That wouldn't impact your lighting consumption total but would impact the timing of it. I wouldn't think this would be a big driver of your project, if you put in default lighting schedule having it on when zoo is open, the resulting lighting will probably be lower than that.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2021-10-26 09:18:05 -0500, updated 2021-10-26 09:33:57 -0500
edit flag offensive 0 remove flag delete link

Comments

Hmmm.... Hadn't thought about the nocturnal animal possibility. Sunrise / sunset calcs seem reasonable to find and, as you say, a Schedule:File Object should be fairly easy to build if I want to get that granular. Thank you!

Jim Dirkes's avatar Jim Dirkes (2021-10-26 09:26:39 -0500) edit
add a comment see more comments