For those wondering what the solution is, there was no problem. 60*12*12*4 = 34560, hence the 34 KB file.

But for aesthetic purposes, I would suggest writing it this way: sizeof(float)*12*60*12. This reads from left to right on the array declaration.