Tip

  1. Need help? Please let us know in the UMEP Community.
  2. Find an issue within this page? Please report it in the GitHub issues.
  3. A good understanding of SUEWS is a prerequisite to the proper use of SuPy.

supy.util.sim_ohmΒΆ

supy.util.sim_ohm(ser_qn: pandas.core.series.Series, a1: float, a2: float, a3: float) → pandas.core.series.Series[source]ΒΆ

Calculate QS using OHM (Objective Hysteresis Model).

Parameters:
  • ser_qn (pd.Series) – net all-wave radiation.
  • a1 (float) – a1 of OHM coefficients.
  • a2 (float) – a2 of OHM coefficients.
  • a3 (float) – a3 of OHM coefficients.
Returns:

heat storage flux calculated by OHM.

Return type:

pd.Series