Skip to content

Commit

Permalink
no such thing as below crit saturation??
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 7, 2024
1 parent 98a382e commit ba3861e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/heterogeneous_ice_nucleation_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,6 @@ function test_heterogeneous_ice_nucleation(FT)
dSi_dt_negative = FT(-0.3)
N_aer = FT(3000)

# No activation below critical supersaturation
for dust in [ATD, desert_dust]
for T in [T_warm, T_cold]
TT.@test CMI_het.dust_activated_number_fraction(
dust,
ip.deposition,
Si_low,
T,
) == FT(0)
TT.@test CMI_het.MohlerDepositionRate(
dust,
ip.deposition,
Si_low,
T,
dSi_dt,
N_aer,
) == FT(0)
end
end

# Activate more in cold temperatures and higher supersaturations
for dust in [ATD, desert_dust]
TT.@test CMI_het.dust_activated_number_fraction(
Expand Down

0 comments on commit ba3861e

Please sign in to comment.