climt.SlabSurface¶
-
class
climt.SlabSurface(tendencies_in_diagnostics=False, name=None)[source]¶ Calculate the surface energy balance.
This component assumes the surface is a slab of possibly varying heat capacity, and calculates the surface temperature.
-
__init__(tendencies_in_diagnostics=False, name=None)¶ Initializes the Stepper object.
Parameters: - tendencies_in_diagnostics (bool, optional) – A boolean indicating whether this object will put tendencies of quantities in its diagnostic output.
- name (string, optional) – A label to be used for this object, for example as would be used for Y in the name “X_tendency_from_Y”. By default the class name in lowercase is used.
Methods
__init__([tendencies_in_diagnostics, name])Initializes the Stepper object. array_call(raw_state)Gets tendencies and diagnostics from the passed model state. Attributes
diagnostic_propertiesinput_propertiesnametendencies_in_diagnosticstendency_propertiestracer_tendency_time_unituses_tracers-