konrad.surface.FixedTemperature.__init__

FixedTemperature.__init__(temperature=288.0, **kwargs)[source]

Initialize a surface model with constant surface temperature.

Parameters
  • temperature (float) – Surface temperature [K].

  • albedo (float) – Surface albedo [1]. The default value of 0.2 is a decent choice for clear-sky simulation in the tropics.

  • longwave_emissivity (float) – Longwave emissivity [1].

  • height (float) – Surface height [m].