Note

Please report issues with this page on the GitHub page.

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