Map between logically rectangular grids using inverse great circle weights.
o o o o o o o ========= = = o o = o o o = o o = R = = +----->= o o o x x x x = = ========= o o o x x x x
mpp_mod
src | data on source grid [real, pointer, dimension(:,:)] |
dest | data on destination grid [real, pointer, dimension(:,:)] |
x_dest | longitudes of destination grid [real, pointer, dimension(:),(:,:)] |
y_dest | latitudes of destination grid [real, pointer, dimension(:),(:,:)] |
x_src | longitudes of source grid [real, pointer, dimension(:),(:,:)] |
y_src | latitudes of source grid [real, pointer, dimension(:),(:,:)] |
num_nbrs | maximum number of neighbors for regridding [integer] |
mask_src | real mask for source grid (optional) [real, pointer, dimension(:,:)] |
max_dist | radius of influence around destination grid points (optional) [real] |
src_modulo | .T. if longitudes in source grid are modulo (optional) [logical] |