Can't run UTCI comfort. 1 failed: - 1 ProcessUtciMatrix(…)

Hello everyone!

I am trying to calculate the UTCI on sufaces during specific hours of the year and I have this issue now saying it failed to run “ProcessUtciMatrix”.

Anyone knows what could be the issue? See file in attachment.

2024 11 09 - Outdoor comfort + ground materials.gh (418.1 KB)

  1. Solution exception: The recipe failed to run with the following error(s): 2024-11-09 14:33:02 ERROR: “ProcessUtciMatrix” failed. See below for more information: ValueError: operands could not be broadcast together with shapes (130,5) (130,8760) Execution Summary Scheduled 66 tasks of which: * 51 ran successfully: - 1 CalculateSphericalViewFactors(…) - 1 CalculateSphericalViewFactorsLoop(…) - 1 ComputeSphericalViewFactors(…) - 1 CopyGridInfo(…) - 1 CopyRedistInfo(…) … * 1 failed: - 1 ProcessUtciMatrix(…) * 14 were left pending, among these: * 2 were missing external dependencies: - 1 RunComfortMap(…) - 1 RunComfortMapLoop(…) * 2 had failed dependencies: - 1 ComputeTcp(…) - 1 _ComfortMappingEntryPoint_1f915e33Orchestrator(…) * 8 had missing dependencies: - 1 LetUtciComfortMapFly(…) - 1 RestructureConditionIntensityResults(…) - 1 RestructureConditionResults(…) - 1 RestructureCspResults(…) - 1 RestructureHspResults(…) … * 2 was not granted run permission by the scheduler: - 1 RunComfortMap(…) - 1 RunComfortMapLoop(…) This progress looks :frowning: because there were failed tasks

Update: as soon as I run the simulation only for a period of 1 hour, it works. How can be that increasing the amount of hours would create an issue?

Hi @Feder74,

Please try to use LB Apply Analysis Period on your wind speed before passing it to the recipe. In this case the _data would be your wind speed data collection and the _period is your run period.

1 Like

Hi mikkel!
It solves that issue but it still doesn’t work as I still have this fail:

  • 1 CreateShortwaveMrtMap(…)
  1. Solution exception:
    The recipe failed to run with the following error(s):

Execution Summary
Scheduled 66 tasks of which:

  • 50 ran successfully:
    • 1 CalculateSphericalViewFactors(…)
    • 1 CalculateSphericalViewFactorsLoop(…)
    • 1 ComputeSphericalViewFactors(…)
    • 1 CopyGridInfo(…)
    • 1 CopyRedistInfo(…)
  • 1 failed:
    • 1 CreateShortwaveMrtMap(…)
  • 15 were left pending, among these:
    • 2 were missing external dependencies:
      • 1 RunComfortMap(…)
      • 1 RunComfortMapLoop(…)
    • 3 had failed dependencies:
      • 1 ComputeTcp(…)
      • 1 ProcessUtciMatrix(…)
      • 1 _ComfortMappingEntryPoint_1f915e33Orchestrator(…)
    • 8 had missing dependencies:
      • 1 LetUtciComfortMapFly(…)
      • 1 RestructureConditionIntensityResults(…)
      • 1 RestructureConditionResults(…)
      • 1 RestructureCspResults(…)
      • 1 RestructureHspResults(…)
    • 2 was not granted run permission by the scheduler:
      • 1 RunComfortMap(…)
      • 1 RunComfortMapLoop(…)

This progress looks :frowning: because there were failed tasks

Hi @Feder74,

I was able to recreate the first issue, but not the second one.

Can you share the log file? The log file is found in your project folder, e.g:

C:\Users\[USERNAME]\simulation\[MODEL_NAME]\utci_comfort_map\__logs__\logs.log

Somehow I can’t load a .log file here so I have to share it on a drive. Apologies!

Hi @Feder74,

There are no errors in the log file. Either you shared the wrong log file, or the issue you had is no longer there. Try to run the study again, and make sure to select the correct log file if the issue is still there.

Hello @mikkel
My bad! Here is the correct one.

Hi @Feder74,

This issue should be solved by using the LB Apply Analysis Period. But this error is not the same as the one you pasted here.

Example using LB Apply Analysis Period:
utci_windspeed_apply_period.gh (490.7 KB)