Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Dec 8, 2023
1 parent 3b030ae commit 5ecfa03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cache/diagnostic_edmf_precomputed_quantities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,9 @@ function set_diagnostic_edmf_precomputed_quantities_top_bc!(Y, p, t)

u³ʲ_halflevel = Fields.field_values(Fields.level(ᶠu³ʲ, i_top + half))
@. u³ʲ_halflevel = CT3(0)
nh_pressure³ʲ_halflevel =
Fields.field_values(Fields.level(ᶠnh_pressure³ʲ, i_top - half))
@. nh_pressure³ʲ_halflevel = CT3(0)
nh_pressure³ʲ_halflevel =
Fields.field_values(Fields.level(ᶠnh_pressure³ʲ, i_top + half))
@. nh_pressure³ʲ_halflevel = CT3(0)
Expand Down

0 comments on commit 5ecfa03

Please sign in to comment.