Skip to content

Commit

Permalink
Merge branch 'main' into glw/density-example
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Mar 5, 2024
2 parents 2ba599d + 46f51af commit 6ec15d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Thermodynamics"
uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
authors = ["Climate Modeling Alliance"]
version = "0.12.4"
version = "0.12.5"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion src/relations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ end
param_set::APS,
ts::AbstractPhaseDry{FT},
) where {FT <: Real} = q_pt_0(FT)
function PhasePartition(param_set::APS, ts::AbstractPhaseEquil)
@inline function PhasePartition(param_set::APS, ts::AbstractPhaseEquil)
T = air_temperature(param_set, ts)
ρ = air_density(param_set, ts)
q_tot = total_specific_humidity(param_set, ts)
Expand Down

0 comments on commit 6ec15d1

Please sign in to comment.