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.EdgeTreatment(*values)[source]
Bases:
Enum- CLAMP = 2
- EXTRAPOLATE = 4
- EXTRAPOLATE_PERIODIC = 5
- MISSING = 1
- PERIODIC = 3
- pygetm.constants.GRAVITY = 9.81
gravitational acceleration