Update of /src/master/dx/src/exec/dxmods
In directory localhost:/tmp/cvs-serv14782/src/exec/dxmods
Modified Files:
_connectgrids.c _connectgrids.h regrid.c
Log Message:
Add Jeff's new Regrid behavior. When the radius is set to 0, it
will now assign data to the nearest grid point. This provides
the user a way to place data values back on a regular grid if for
some reason it was lost.
The data values are averaged when multiple values are assigned
to a single grid position--however not a weighted average.
This algorithm is much faster than applying the other two methods
available in Regrid (the Radius method and the nearest method).