Skip to content

Commit 0757ecf

Browse files
committed
Doc fixes
1 parent 719e800 commit 0757ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/TestedProfiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import .TestedProfiles
4141
FT = Float64
4242
param_set = TP.ThermodynamicsParameters(FT)
4343
44-
profiles = TestedProfiles.PhaseDryProfiles(param_set, Array{FT});
44+
profiles = TestedProfiles.DryProfiles(param_set, Array{FT});
4545
(;T, ρ, z) = profiles
4646
p1 = Plots.scatter(ρ, z./10^3, xlabel="Density [kg/m^3]", ylabel="z [km]", title="Density");
4747
p2 = Plots.scatter(T, z./10^3, xlabel="Temperature [K]", ylabel="z [km]", title="Temperature");
@@ -73,7 +73,7 @@ import .TestedProfiles
7373
FT = Float64
7474
param_set = TP.ThermodynamicsParameters(FT)
7575
76-
profiles = TestedProfiles.PhaseEquilProfiles(param_set, Array{FT});
76+
profiles = TestedProfiles.EquilMoistProfiles(param_set, Array{FT});
7777
(;T, ρ, q_tot, z) = profiles
7878
p1 = Plots.scatter(ρ, z./10^3, xlabel="Density [kg/m^3]", ylabel="z [km]", title="Density");
7979
p2 = Plots.scatter(T, z./10^3, xlabel="Temperature [K]", ylabel="z [km]", title="Temperature");

0 commit comments

Comments
 (0)