CliMA / TurbulenceConvection.jl

A turbulence-convection single column model cloud parameterization.
https://clima.github.io/TurbulenceConvection.jl/dev/
Apache License 2.0
29 stars 4 forks source link

Use `TD.PhaseNonEquil_pTq` constructor when computing dry profiles #390

Open trontrytel opened 2 years ago

trontrytel commented 2 years ago

(First, it has to be added to Thermodynamics.jl)

charleskawczynski commented 2 years ago

It's been added in Thermodynamics.jl's 57

charleskawczynski commented 2 years ago

Wait, shouldn't we use the TD.PhaseDry_pT constructor for dry profiles?

trontrytel commented 2 years ago

They still have water vapor, just not the condensate. I think we already merged in the PR that changes the naming to saturated/unsaturated

charleskawczynski commented 2 years ago

Ahh, right, sounds good