It seems that the problem is one of the Radiance polygons leading to a fatal error when creating the octree. This tells me that the problem is likely your HB Model* rather than the recipe. If you can share the Grasshopper file (with internalised geometry or with the Rhino file) I will take a look.
*or maybe the HB Model to Radiance converter fails to write the polygon correctly.
When you have starting geometry that is this messy, you really should be meshing it before you pass it to a Honeybee component. You’ll see that, if you do this, you don’t get any validation issues:
Hey @mikkel and @chris , as I was doing an Annual Calculation, and error popped out telling me it cannot create a rad folder.
I checked that the path has no white spaces, and ran my model through the HB Validate Model, which tells me my model was valid.
I had a look in the log file and found the error but could not understand what is going wrong. I tested the recipe before adding final geometry and material and it worked fine.
Here is the log file I got. Any ideas? 19.08_logs.log (61.5 KB)
So, what I found out was that if I add these params to the calculation it breaks, without them it works fine(i took them from another calculations software as reference values).
The parameters should not be the reason why it fails to create a rad folder. The error in the logs indicate that you ran out of memory when translating the HBJSON file to a rad folder. Are you able to share the HBJSON file here or in a direct message to me?