supy.util.sim_ohm

Contents

Tip

  1. Need help? Please let us know in the SUEWS Community.

  2. Please report issues with the manual on GitHub Issues (or use Report Issue for This Page for page-specific feedback).

  3. Please cite SUEWS with proper information from our Zenodo page.

6.3.3.2. supy.util.sim_ohm#

supy.util.sim_ohm(ser_qn: Series, a1: float, a2: float, a3: float) 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