Faced the following problem: I read data from a NETCDF file.
Because I do not want to undergo the hassle of modifying the
NETCDF file, OpenDX believes it has read a vector of
3000 elements (or in print's words:
Generic Array, 3000 items, integer, real, scalar)
but what it actually is, is a two dimensional array/matrix of
1000x3 elements (or in print's words:
Generic Array, 1000 items, integer, real, 3-vector)
Now, I am looking for a way to notify OpenDX of the right array
geometry (and do something similar to a Reshape in Fortran90,
where the data and storage order of two arrays are identical,
just the array geometry is different).
I could not find a way to do that in OpenDX - could somebody help?
Regards,
Christian