Skip to content

Commit 547df4e

Browse files
committed
debug
1 parent aab16a0 commit 547df4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/cache/precipitation_precomputed_quantities.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@ function set_precipitation_cache!(Y, p, ::Microphysics2Moment, _)
387387
)
388388

389389
#TODO - implement 2M cold processes!
390+
@. ᶜSqᵢᵖ = 0
391+
@. ᶜSqₛᵖ = 0
392+
@. ᶜSnᵢᵖ = 0
393+
@. ᶜSnₛᵖ = 0
390394

391395
return nothing
392396
end

src/diagnostics/core_diagnostics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ compute_clinm!(out, state, cache, time) =
902902
compute_clinm!(_, _, _, _, model::T) where {T} =
903903
error_diagnostic_variable("clinm", model)
904904

905-
function compute_clwnm!(
905+
function compute_clinm!(
906906
out,
907907
state,
908908
cache,

0 commit comments

Comments
 (0)