Note

Please report issues with this page on the GitHub page.

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)