@@ -12,8 +12,6 @@ export vol_vapor_mixing_ratio
1212export relative_humidity
1313export q_vap_from_p_vap
1414export q_vap_from_RH_liquid
15- export q_vap_saturation_from_density # TODO Remove after ClimaAtmos and ClimaLand are updated to use q_vap_from_p_vap
16- export condensate # TODO Remove after ClimaAtmos is updated to use condensate_specific_humidity
1715
1816"""
1917 liquid_specific_humidity(q::PhasePartition)
@@ -51,13 +49,6 @@ partition `q`.
5149"""
5250@inline condensate_specific_humidity (q:: PhasePartition ) = q. liq + q. ice
5351
54- """
55- condensate(q::PhasePartition{FT})
56-
57- This is identical to [`condensate_specific_humidity`](@ref) and will be removed in a future release.
58- """
59- const condensate = condensate_specific_humidity # TODO Remove after ClimaAtmos is updated to use condensate_specific_humidity
60-
6152"""
6253 shum_to_mixing_ratio(q, q_tot)
6354
@@ -247,14 +238,6 @@ The vapor specific humidity, given
247238 return p_v / (ρ * R_v * T)
248239end
249240
250- """
251- q_vap_saturation_from_density(param_set, T, ρ, p_v)
252-
253- This function is identical to [`q_vap_from_p_vap`](@ref) and is provided for backward compatibility.
254- It will be removed in a future release.
255- """
256- const q_vap_saturation_from_density = q_vap_from_p_vap # TODO Remove after ClimaAtmos and ClimaLand are updated to use q_vap_from_p_vap
257-
258241"""
259242 q_vap_from_RH_liquid(param_set, p, T, RH)
260243
0 commit comments