Generate Schedule:File from Schedule:Compact
I currently have my schedules defined as Schedule:Compact in my IDF files. I would like to automatically convert these to 8760 files suitable for use in an IDF as a Schedule:File input.
Is there a way I can use EnergyPlus to read in my IDFs containing Schedule:Compact elements and somehow generate the equivalent hourly 8760 data file for use as a Schedule:File?
Thank you!
Sniff. Sniff sniff. I smell a Python script!
A python script would be the preferred solution - can you point me in the right direction?
I have tried using both the epquery and ladybug python modules to do this, but neither seem to have an internal representation of Schedule that would allow converting from Schedule:Compact to Schedule:File.
What I meant was "you could probably write a python script to do this." Not that one already existed. Sorry.