climt.IceSheet¶
-
class
climt.IceSheet(maximum_snow_ice_height=10, **kwargs)[source]¶ 1-d snow-ice energy balance model.
-
__init__(maximum_snow_ice_height=10, **kwargs)[source]¶ Parameters: - maximum_snow_ice_height (float) – The maximum combined height of snow and ice handled by the model in \(m\).
- levels (int) – The number of levels on which temperature must be output.
Methods
__init__([maximum_snow_ice_height])param maximum_snow_ice_height: The maximum combined height of snow and ice handled by the model in \(m\). array_call(raw_state, timestep)Gets diagnostics from the current model state and steps the state forward in time according to the timestep. calculate_new_ice_temperature(rho, …[, …])Attributes
diagnostic_propertiesinput_propertiesoutput_propertiestendencies_in_diagnosticstime_unit_nametime_unit_timedeltatracer_dimsuses_tracers-