NOTES

IDL Routine: NN_INTERP


Platform(s) procedure has been tested on (print of !VERSION):

{ sparc sunos unix 5.3 Nov 11 1999}


Note date: 3 Jul 2001

In order to enable the procedure to operate on as arbitary grid as possible, the All_Dist_From_i keyword calculates the distances between all possible combinations of points in the source and interpolated grids. For typical grid sizes (for, say, a regional climate model), this generally results in a very large array. Ideally, I should have written the keyword so only those points within a specified distance (say a few Search_Radius) are stored, but this would require rewriting some significant parts of the procedure. Maybe someday I'll get to it.