konrad.humidity.relative_humidity.VshapeT.__init__

VshapeT.__init__(rh_surface=0.8, rh_minimum=0.4, rh_coldpoint=0.8, T_boundary=290, T_coldpoint=200)[source]
Parameters
  • rh_surface (float) – Relative humidity at T > T_boundary.

  • rh_minimum (float) – Mininmum RH at T = 250 K.

  • rh_coldpoint (float) – Relative humidity at jT < `T_coldpoint.

  • T_boundary (float) – Tropospheric temperature above which RH = rh_surface.

  • T_coldpoint (float) – Tropospheric temperature below which RH = rh_coldpoint.