Skip to content

Commit caabc3d

Browse files
committed
formatting
1 parent 36a57e5 commit caabc3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/BulkMicrophysicsTendencies.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ Used by both warm-only and warm+ice dispatch methods to reduce code duplication.
719719
# Arguments
720720
- `warm_rain`
721721
- `sb`: SB2006 parameters
722-
- `aps`: air property parameters % OLIVIA CLEAN THIS UP
722+
- `aps`: air property parameters % OLIVIA CLEAN THIS UP -- also missing ice???
723723
- `noneq_scheme` Type of NonEquilibrium scheme to use (NOT NECESSARILY NEEDED BUT KEEP IT FOR THE FUTURE)
724724
- `q_lcl`: Cloud liquid specific content (kg/kg)
725725
- `q_rai`: Rain specific content (kg/kg)
@@ -753,7 +753,8 @@ Used by both warm-only and warm+ice dispatch methods to reduce code duplication.
753753
dn_rai_dt = zero(FT)
754754

755755
# --- Condensation of vapor / evaporation of cloud liquid water ---
756-
∂ₜq_lcl_cond = CMNonEq.conv_q_vap_to_q_lcl_MM2015(tps, q_tot, q_lcl, q_ice, q_rai, zero(q_ice), ρ, T, condevap.τ_relax)
756+
∂ₜq_lcl_cond =
757+
CMNonEq.conv_q_vap_to_q_lcl_MM2015(tps, q_tot, q_lcl, q_ice, q_rai, zero(q_ice), ρ, T, condevap.τ_relax)
757758
∂ₜn_lcl_cond = zero(∂ₜq_lcl_cond) # neglect number change from condensation/evaporation
758759
dq_lcl_dt += ∂ₜq_lcl_cond
759760
dn_lcl_dt += ∂ₜn_lcl_cond

0 commit comments

Comments
 (0)