Some users like to supply a 2D grid as the desired level to interpolate to. This is in cases where they want to interpolate to some offset from a particular variable (e.g. PBLH or surface pressure minus 100 mb). Currently the only workaround is to iterate over each horizontal grid point and call interp1d, which is going to be slow.
Some users like to supply a 2D grid as the desired level to interpolate to. This is in cases where they want to interpolate to some offset from a particular variable (e.g. PBLH or surface pressure minus 100 mb). Currently the only workaround is to iterate over each horizontal grid point and call interp1d, which is going to be slow.