Skip to content

Commit

Permalink
a_ice
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Oct 6, 2023
1 parent d3c943a commit 6078868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parcel/parcel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function parcel_model(dY, Y, p, t)
dqi_dt_new_immers = FT(0)
if "ImmersionFreezing" in ice_nucleation_modes
Δa_w = T > FT(185) && T < FT(235) ?
CMO.a_w_xT(H2SO4_prs, thermo_params, x_sulph, T) - CMO.a_w_ice(prs, T) :
CMO.a_w_eT(thermo_params, e, T) - CMO.a_w_ice(prs, T)
CMO.a_w_xT(H2SO4_prs, thermo_params, x_sulph, T) - CMO.a_w_ice(thermo_params, T) :
CMO.a_w_eT(thermo_params, e, T) - CMO.a_w_ice(thermo_params, T)
J_immersion = CMI_het.ABIFM_J(prs, aerosol_type, Δa_w)
if "Monodisperse" in droplet_size_distribution && "ImmersionFreezing" in ice_nucleation_modes
r_l = cbrt(q_liq / N_liq / (4 / 3 * π) / ρ_liq * ρ_air)
Expand Down

0 comments on commit 6078868

Please sign in to comment.