define axis/x=79.3104E:79.3504E:1/unit=degree xaxis !change lat lon
define axis/y=9.1931N:9.2245N:1/unit=degree yaxis
define axis/t="dd-mon-yyyy hh:mm":"dd-mon-yyyy hh:mm":1/unit=hours taxis
define grid/x=xaxis/y=yaxis/t=taxis grd1
LET dummy= x[gx=xaxis] + y[gy=yaxis] + t[GT=taxis]
LET uwnd1 = RESHAPE(UWND,dummy)
save/file=test.nc uwnd1
Dear ferret users,I have a netcdf file, data have 4time steps at single level. But it shows the time axis in depth axis. How can I transfer the depth axis into time axis. Dimensions of the data is attached here.Thank youThanking you and with Regards,Srinivas