Load DF results from existing files

Hi all,
I would like to load old results from DragonFly simulation runs without running the simulations again. How do I do this? If someone could share a screenshot example, that would be most logical and helpful.

Thank you!

The solution follows from looking at Problems of reading existed sql files. Inside of the .gh file you will find an example of individual .sql files being read into the RoomEnergyResults component. To formulate the list for a ton of buildings at one time, there is no consolidated location. Copy the folder paths for all of the buildings then add eplusout.sql to each path. A text editor is helpful for this.

1 Like

Hi @Geo_curious,

I posted a Gh script to read results from SQL under the discussion How to combine data

Hope it’s helpful.

Best,
Anthony

2 Likes

Even better. Thank you!

1 Like