Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15.7"
version = "0.15.8"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down
6 changes: 6 additions & 0 deletions docs/src/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ q_vap_saturation_from_pressure

```@docs
saturation_adjustment
∂e_int_∂T_sat_ρ
∂e_int_∂T_sat_p
∂θ_li_∂T_sat_ρ
∂θ_li_∂T_sat_p
∂p_∂T_sat_ρ
∂h_∂T_sat_p
```

### Air Entropies
Expand Down
1 change: 0 additions & 1 deletion docs/src/HowToGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ sol = TD.saturation_adjustment(
T_equil = sol.T
q_liq_equil = sol.q_liq
q_ice_equil = sol.q_ice
converged = sol.converged

println("Equilibrium T: $T_equil")
```
Expand Down
Loading
Loading