Failed to Visualize Thermal Map

Hi,
I’m trying to visualize the indoor thermal comfort surface, and I seem to have followed the steps correctly, yet am unable to obtain the results. I constantly get this very long error, please take a look at it and help me resolve this. Thank you in advance.

@chris @mostapha @AbrahamYezioro
THERMAL VISUALIZATION.gh (283.6 KB)
THERMAL VISUALIZATION.3dm (117.6 KB)

Your Grrasshopper file has way more components in it than is needed to recreate the issue. Next time, I recommend either simplifying your file or just uploading the log file instead of the Grasshopper definition. This file can be found at:

C:\Users\chris\simulation\Unnamed\adaptive_comfort_map\__logs__\logs.log

When I open this file, I see that your real error is the following:

2022-11-18 09:15:37 INFO: honeybee_radiance.cli.viewfactor - ERROR - Failed to comput view factor contributions.
2022-11-18 09:15:37 INFO: Traceback (most recent call last):
2022-11-18 09:15:37 INFO: File "C:\Program Files\ladybug_tools\python\lib\site-packages\honeybee_radiance\cli\viewfactor.py", line 274, in rcontrib_command_with_view_postprocess
2022-11-18 09:15:37 INFO: run_command(cmd, env=folders.env)
2022-11-18 09:15:37 INFO: File "C:\Program Files\ladybug_tools\python\lib\site-packages\honeybee_radiance_command\_command_util.py", line 99, in run_command
2022-11-18 09:15:37 INFO: raise RuntimeError('None zero return code: %d' % rc)
2022-11-18 09:15:37 INFO: RuntimeError: None zero return code: 1
2022-11-18 09:15:37 INFO: rcontrib: fatal - duplicate modifier 'Face_ea4c15a1_mod'
2022-11-18 09:15:37 INFO: <stdin>: cannot load matrix

Running your model through the HB Validate Model component, I see that your model is not valid and has a bunch of issues with it related to duplicated Identifiers:

Please check to make sure your model is valid before posting on the forum here.