NetCDF.jl icon indicating copy to clipboard operation
NetCDF.jl copied to clipboard

How to know ordering of dimensions?

Open teopb opened this issue 3 years ago • 0 comments

I apologize if this is documented somewhere but how does one know the ordering of dimensions when reading in a file? If I have two dimensions of the same length (say x = 32, y = 32) for my variable (say T) how do I know which dimension is which once the variable is read with ncread(filename, "T")? If I look at a variable with different length dimensions using ncinfo I can see the ordering displayed is different than that in the output array.

teopb avatar Mar 11 '22 23:03 teopb