get_sensible_heat_flux

cosipy.modules.surfaceTemperature.get_sensible_heat_flux(rho, Cs_t, u2, dT, cos_slope)[source]

Get sensible heat flux.

Parameters:
  • rho (float) – Air density, [kg m -3].

  • Cs_t (float) – Stanton number, [-].

  • u2 (float) – Wind velocity, [m s -1].

  • dT (float) – Difference in temperature between the surface and measurement height, [K].

  • cos_slope (float) – Cosine of slope angle, [rad].

Returns:

Sensible heat flux, [W m -2].

Return type:

float