Skip to content

Add latent_heat function and bump patch release#304

Merged
tapios merged 1 commit intomainfrom
ts/add_latent_heat
Jan 26, 2026
Merged

Add latent_heat function and bump patch release#304
tapios merged 1 commit intomainfrom
ts/add_latent_heat

Conversation

@tapios
Copy link
Member

@tapios tapios commented Jan 26, 2026

  • Adds a generic latent_heat function that takes humidities as input to compute the correct LH over a mixture
  • Moves the existing latent heat functions to air_saturation_functions.jl because where they were before (air_properties.jl) was included before the liquid_fraction functions, meaning we couldn't use liquid_fraction in the latent heat functions where they were before.
  • Bumps patch release

@tapios tapios requested a review from szy21 January 26, 2026 20:28
Copy link
Member

@szy21 szy21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

❌ Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 87.37%. Comparing base (f83cbe4) to head (14ad119).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/air_saturation_functions.jl 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #304      +/-   ##
==========================================
+ Coverage   87.30%   87.37%   +0.06%     
==========================================
  Files          22       22              
  Lines        1150     1156       +6     
==========================================
+ Hits         1004     1010       +6     
  Misses        146      146              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tapios tapios merged commit 97eb48b into main Jan 26, 2026
18 checks passed
@tapios tapios deleted the ts/add_latent_heat branch February 5, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants