supy.util.cal_gs_obs

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.4.2. supy.util.cal_gs_obs#

supy.util.cal_gs_obs(qh, qe, ta, rh, pa, ra)[source]#

Calculate surface conductance based on observations, notably turbulent fluxes.

Parameters:
  • qh (float) – Sensible heat flux [W m-2]

  • qe (float) – Latent heat flux [W m-2]

  • ta (float) – Air temperature [degC]

  • rh (float) – Relative humidity [%]

  • pa (float) – Air pressure [Pa]

Returns:

Surface conductance based on observations [mm s-1]

Return type:

float