pygetm.constants module

class pygetm.constants.CellType(*values)[source]

Bases: IntEnum

ACTIVE = 1

actively modeled wet point

BOUNDARY = 2

wet point that is part of an open boundary

EDGE_X = -1

edge between actively modeled and unresolved points (e.g., coastlines)

EDGE_Y = -2

edge between actively modeled and unresolved points (e.g., coastlines)

MIRROR_EXT = 4

wet point just outside boundary, set by mirroring the interior

MIRROR_INT = 3

wet point within boundary, set by mirroring the interior

UNRESOLVED = 0

land point

class pygetm.constants.CoordinateType(*values)[source]

Bases: Enum

IJ = 3
LONLAT = 2
XY = 1
class pygetm.constants.EdgeTreatment(*values)[source]

Bases: Enum

CLAMP = 2
EXTRAPOLATE = 4
EXTRAPOLATE_PERIODIC = 5
MISSING = 1
PERIODIC = 3
pygetm.constants.GRAVITY = 9.81

gravitational acceleration

class pygetm.constants.RunType(*values)[source]

Bases: IntEnum

BAROCLINIC = 4
BAROTROPIC_2D = 1
BAROTROPIC_3D = 2
FROZEN_DENSITY = 3
class pygetm.constants.TimeVarying(*values)[source]

Bases: Enum

MACRO = 1
MICRO = 2