Hello Dr Southall,
thank you for your fast response. I think I did not phrase my question quite right. It is hard to phrase this without ambiguity. The solar modules are animated such that they have an angle for each frame. My question is:
Is it possible to have the angle change within one calculation. For example, if we look at a timeframe of one day, the angle will start at -60° and move to 60° throughout the day. I do not want the shadow map calculation to iterate through every angle, but instead, I want it to change the angle at every step of the calculation. For instance, if we are at 12° clock in the shadow map, the angle should be around 0° etc.
If I understood correctly, the shadow map tool will repeat this scenario for every frame, meaning that the whole timeframe is analysed for -60°, for -50° and so on, is that correct?
Right now, I managed to build a workaround with the radiation analysis, that iterates through the time steps and calculates the irradiance on the floor (light sensor) and saves the respective CSV. After that, I cumulate the results to create a similar heatmap as the shadow map feature. This works so far, but it would be more convenient to use the dedicated shadow map feature.
Thanks again!