I hope you’re well —
I have multiple files all having one month of hourly data.
JavaScript
x
4
1
Wind = Jun1.variables['wind'][:,:,:]
2
Wind = Jun2.variables['winds'][:,:,:]
3
etc
4
Below shows the dimensions
I want to average each individual files in a way to calculate the hourly average to get the diurnal cycle for each month with array shape (time, lon, lat) of 24 steps.