Hi David, thanks for your response.
As I said though, I tried GRID3, with
lon_xyz = rebin(reform(lon,144,1,1),144,96,66)
lat_xyz = rebin(reform(lat,1,96,1),144,96,66)
alt_i_xyz = rebin(reform(alt_i,1,1,66),144,96,66)
prop_i = grid3(lon_xyz,lat_xyz,alt,prop,lon,lat,alt_i, dtol=(tried various))
I also tried prop_i = grid3(lon_xyz,lat_xyz,alt,prop,lon_xyz,lat_xyz,alt_i_xyz, dtol=(tried various))
Both versions just give me a "nodes co-planar" error, and just varies how long it tries for depending on the dtol value.
If grid 3 was my best option, I'm guessing that it can't be done, but let me know if there's another!
thanks again,
James
|