konrad.humidity.relative_humidity.PolynomialCshapedRH.__init__

PolynomialCshapedRH.__init__(top_peak_T=200.0, top_peak_rh=0.75, freezing_pt_rh=0.4, bl_top_p=94000.0, bl_top_rh=0.85, surface_rh=0.75)[source]
Parameters
  • top_peak_T (float) – Temperature of the upper tropospheric peak. If None, coupled to the cold-point.

  • top_peak_rh (float in [0;1]) – value of relative humidity at the upper-tropospheric peak.

  • freezing_pt_rh (float in [0;1]) – value of relative humidity at the freezing point.

  • bl_top_p (float) – Pressure of the top of the boundary layer (bl) where the humidity peak is.

  • bl_top_rh (float in [0;1]) – value of the relative humidity at the top of the boundary layer.

  • surface_rh (float in [0;1]) – value of the relative humidity at the surface.