I am trying to interpolate a modeled data, in a few literatures they have used nearest neighbor for that purpose. Using nearest neighbor sounds ok when you are trying to interpolate observed data, as you don't want weights to mess up your observed data. But its different for modeled data. So why not use bi-linear interpolation.
So my question is ...in case of interpolating modeled data, which approach is more suitable, nearest neighbor or bi-linear?