Skip to content

Commit

Permalink
formattt
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Feb 13, 2024
1 parent c972fd3 commit 7bf7173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parcel/Deposition_Nucleation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ for ice_nucleation_modes in ice_nucleation_modes_list

# solve ODE
sol = run_parcel(IC, FT(0), t_max, p)

# Plot results
if aerosol == CMP.DesertDust(FT)
aero_label = "DesertDust"
Expand Down Expand Up @@ -140,7 +140,7 @@ for ice_nucleation_modes in ice_nucleation_modes_list
S_i.(sol[3, :], sol[1, :]),
label = aero_label,
linestyle = :dash,
)
)
MK.lines!(ax2, sol.t, sol[3, :], linestyle = :dash) # temperature
MK.lines!(ax3, sol.t, sol[6, :] * 1e3, linestyle = :dash) # q_ice
MK.lines!(ax4, sol.t, sol[9, :], linestyle = :dash) # N_ice
Expand Down

0 comments on commit 7bf7173

Please sign in to comment.