Skip to content

Commit

Permalink
brb gonna fix mohler param
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 12, 2024
1 parent 2a759fd commit 34c7e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parcel/Deposition_Nucleation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Sₗ = FT(e / eₛ)
IC = [Sₗ, p₀, T₀, qᵥ, qₗ, qᵢ, Nₐ, Nₗ, Nᵢ, x_sulph]

# Simulation parameters passed into ODE solver
r_nuc = FT(5e-11) # assumed size of nucleated particles
r_nuc = FT(1.25e-7) # assumed size of nucleated particles
w = FT(3.5 * 1e-2) # updraft speed
α_m = FT(0.5) # accomodation coefficient
const_dt = FT(0.1) # model timestep
Expand Down
1 change: 1 addition & 0 deletions parcel/parcel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function parcel_model(dY, Y, p, t)
println("N_aer = ", N_aer)
println("A_aer = ", A_aer)
println("J_deposition = ", J_deposition)
println("dN_act_dt_depo = ", dN_act_dt_depo)
end

dN_act_dt_immersion = FT(0)
Expand Down

0 comments on commit 34c7e68

Please sign in to comment.