Skip to content

Commit

Permalink
frmt
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Jun 22, 2024
1 parent fc29cda commit d5ab458
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cache/cloud_fraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@ NVTX.@annotate function set_cloud_fraction!(
@. cloud_diagnostics_tuple += NamedTuple{(:cf, :q_liq, :q_ice)}(
tuple(
ifelse(TD.has_condensate(thermo_params, ᶜtsʲs.:($$j)), 1, 0),
draft_area(ᶜρaʲs.:($$j), ᶜρʲs.:($$j)) * TD.PhasePartition(thermo_params, ᶜtsʲs.:($$j)).liq,
draft_area(ᶜρaʲs.:($$j), ᶜρʲs.:($$j)) * TD.PhasePartition(thermo_params, ᶜtsʲs.:($$j)).ice,
draft_area(ᶜρaʲs.:($$j), ᶜρʲs.:($$j)) *
TD.PhasePartition(thermo_params, ᶜtsʲs.:($$j)).liq,
draft_area(ᶜρaʲs.:($$j), ᶜρʲs.:($$j)) *
TD.PhasePartition(thermo_params, ᶜtsʲs.:($$j)).ice,
),
)
end
Expand Down

0 comments on commit d5ab458

Please sign in to comment.