[Thread Prev][Thread Next][Index]

[ferret_users] scat2gridgauss not functioning properly



Hello Ferreters,

I am trying to put scattered data onto a regular grid and tried with the scat2gridgauss function.

Here is my code:

! the scattered data axes...
def axis/x=1:960:1 x;def axis/y=1:367:1 y;def grid/x=x/y=y g
file/format=stream/grid=g/var="xx,yy,zz,dbz" output.dat
! the regular grid axes...
def axis/x=-240:240:0.5 nx;def axis/y=-240:240:0.5 ny
let sgrid = scat2gridgauss_xy(xx, yy, dbz, x[gx=nx], y[gy=ny], 2.,2.,2.,0)

The result does not work (toying with the last few parameters makes no difference), although it does have the grid I expect.  I'm assuming the same will be true for the scat2gridlaplace functions as well.

Any ideas?

Thanks,
Steve


=======================================================
Stephen R. Guimond
Graduate Research Assistant
Florida State University
Center for Ocean-Atmospheric Prediction Studies (COAPS)
=======================================================


[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement