I have a file with multiple arrays, as described:
Name Value
lat <162x168 single>
lon <162x168 single>
obsData <162x168x4929 double>
time <5844x3 double>
v6Data <162x168x4929 double>
v7Data <162x168x4929 double>
I want to send this data to excel or cvs. I tried several unsuccessful commands. Has anyone done this export?