konrad.convection.FixedDynamicalHeating.stabilize

FixedDynamicalHeating.stabilize(atmosphere, lapse, surface, timestep)[source]

Stabilize the temperature profile by redistributing energy.

Parameters
  • atmosphere (konrad.atmosphere.Atmosphere) – Atmosphere model.

  • lapse (konrad.lapsereate.LapseRate) – Callable f(p, T) that returns a temperature lapse rate in [K/day].

  • surface (konrad.surface) – Surface model.

  • timestep (float) – Timestep width [day].