PoleKind¶
-
class
ESMF.api.constants.
PoleKind
(value, names=None, module=None, type=None, start=1)¶ This type describes the type of connection that occurs at the pole of a
Grid
.-
NONE
= <PoleKind.NONE: 0>¶ No connection at pole.
-
MONOPOLE
= <PoleKind.MONOPOLE: 1>¶ This edge is connected to itself. Given that the edge is n elements long, then element i is connected to element i+n/2.
-
BIPOLE
= <PoleKind.BIPOLE: 2>¶ This edge is connected to itself. Given that the edge is n elements long, element i is connected to element n-i-1.
-