pyPDAF.PDAFomi.get_domain_limits_unstr¶
- pyPDAF.PDAFomi.get_domain_limits_unstr()¶
Set the domain limits for unstructured domain decomposed local domain.
This is for the use of
pyPDAF.PDAFomi.set_use_global_obs()
. Currently, it only supports 2D limitations.See also relevant PDAF wiki page
- Parameters:
npoints_p (int) – number of process-local grid points
coords_p (ndarray[np.float64, ndim=2]) – geographic coordinate array, dimension (2, npoints_p) (row 1: longitude, 2: latitude) ranges: longitude (-pi, pi), latitude (-pi/2, pi/2) Array shape: (:,:)