Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasia-popova committed Apr 23, 2024
1 parent 6d0b91a commit 04f63fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/P3Scheme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ function cloud_ice_collisions(
ρ_r::FT,
F_r::FT,
ρ_a::FT,
E_ci = FT(1)
E_ci = FT(1),
) where {FT}
# Get the pree parameters for terminal velocities of small
# and large particles
Expand Down Expand Up @@ -839,7 +839,7 @@ function rain_ice_collisions(
Nᵣ::FT,
qᵢ::FT,
ρ_a::FT,
E_ri = FT(1)
E_ri = FT(1),
) where {FT}
# Get λ and N_0 for rain distribution
ρ_w = FT(1000) # TO DO: add this as density_liquid_water from ClimaParams
Expand Down

0 comments on commit 04f63fd

Please sign in to comment.