Skip to content

Commit

Permalink
thermo package ok
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Apr 12, 2024
1 parent 7de887e commit 67ed415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/plots/linear_HOM_J.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Atkinson_J(T)
end

# Initializing
T_range = range(229.0, stop = 238, length = 50) # air temperature
T_range = range(FT(229.0), stop = 238, length = 50) # air temperature
Sₗ = FT(1.1)
eₛ = [TD.saturation_vapor_pressure(tps, T, TD.Liquid()) for T in T_range]
e = Sₗ .* eₛ
Expand Down

0 comments on commit 67ed415

Please sign in to comment.