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.cal_neutralΒΆ

supy.util.cal_neutral(df_val, z_meas, h_sfc)[source]ΒΆ

Calculates the rows associated with neutral condition (threshold=0.01)

Parameters:
  • df_val (pd.DataFrame) – Index should be time with columns: β€˜H’, β€˜USTAR’, β€˜TA’, β€˜RH’, β€˜PA’, β€˜WS’
  • z_meas – measurement height in m
  • h_sfc – vegetation height in m
Returns:

  • ser_ws (pd.series) – observation time series of WS (Neutral conditions)
  • ser_ustar (pd.series) – observation time series of u* (Neutral conditions)