pygetm.ice module

class pygetm.ice.Base[source]

Bases: object

Base class for ice models.

initialize(grid: Grid, logger: Logger)[source]
class pygetm.ice.Ice[source]

Bases: Base

Simple ice model that assumes a cell is completely ice covered when its surface temperature drops below freezing. At that point, surface heat fluxes in that cell are clipped to positive values (= no further cooling). Surface momentum fluxes for that same cell are switched off altogether.

initialize(grid: Grid, logger: Logger)[source]
class pygetm.ice.Prescribed[source]

Bases: Base

initialize(grid: Grid, logger: Logger)[source]