monarchs.physics.lid.virtual_lid

Routines to handle virtual lids. These are thin layers of ice that are too thin to justify running full physics (e.g. heat equation) on, but can grow and shrink. Virtual lids that go above 10cm in size are switched to true lids, and their physics is handled in lid.py.

Attributes

MODULE_NAME

Functions

freeze_virtual_lid(cell, ice_added)

melt_virtual_lid(cell, ice_added)

update_virtual_lid_temperature(cell, met_data, dt)

virtual_lid_development(cell, dt, met_data, ...)

When a lake undergoes freezing from the top due to the surface conditions,

Module Contents

monarchs.physics.lid.virtual_lid.MODULE_NAME = 'monarchs.physics.lid.virtual_lid'