supy.util.sim_ohm

Contents

Tip

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

  2. Please report issues with the manual on the GitHub Issues.

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

6.1.3.2.4.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).

6.1.3.2.4.2. Parameters#

ser_qnpd.Series

net all-wave radiation.

a1float

a1 of OHM coefficients.

a2float

a2 of OHM coefficients.

a3float

a3 of OHM coefficients.

6.1.3.2.4.2. Returns#

pd.Series

heat storage flux calculated by OHM.