Hi everyone.
I’m executing some wind analysis and im interested in selecting a monthly period, but having only hours that go from 7 am - 5 pm. In other words instead of this:
(5, 1, 7)
(5, 31, 17)
i want this:
(5,1,7)
(5,1,17)
(5,2,7)
(5,2,17)
(5,3,7)
(5,3,17)
ecc…
I need to see, through the wind rose component, values for that precise period and than values for the night time.
I tried to write down the list of time steps but it seems that it doesn’t like it. I have also noticed that it doesn’t read values coming from a panel.
How can i do it? Is there a way to do this?