I have a text file which contains long, lat, depth, velocity information. Depth ranges are 0 1 2 3 4 5 6 8 10 12 18 24 40.
I have written this code based on previous suggestions in this forum. I extracted the velocity at each depth, saved it into txt file, and converted it to grd using xyz2grd. But I always get an error with the last “grdinterpolate” command using -Zi and -T. Any suggestions will be appreciated.
I have tried both -Z0/41/1 and -T0/41/1 but the error is the same. Is it possible that input grids are only for certain depth (0 1 2 3 4 5 6 8 10 12 18 24 40)?