sep3d_reshape - reshape a dataset
call sep3d_reshape(struct)
structure
axis remapping
Change the dimensions of a dataset
Given data%n=(/10,20,10/) n=(/1,2,3,3/) --> data%n(/10,20,10,1/)
Given data%n=(/10,20,10/) n=(/1,3/) --> data%n(/10,200/)
Given data%n=(/10,20,10/) n=(/1,2,2,3/) --> data%n(/10,1,20,10/)
supersetf90