I have a 3-D variable in netcdf file such temp[:,:,KB], Kb=51, I want reverse temp[:,:,KB] vertically, such astemp_new[:,:,1]=temp[:,:,51]temp_new[:,:,2]=temp[:,:,50]temp_new[:,:,3]=temp[:,:,49].....temp_new[:,:,50]=temp[:,:,2]temp_new[:,:,51]=temp[:,:,1]