Skip to content

Commit e1ce0fb

Browse files
author
Olivia Alcabes
committed
dealing with dt errors
1 parent 87aa229 commit e1ce0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prognostic_equations/implicit/approx_jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ function update_jacobian!(alg::ApproxJacobian, cache, Y, p, dtγ, t)
818818
if MatrixFields.has_field(Y, @name(c.sgs⁰.ρatke))
819819
turbconv_params = CAP.turbconv_params(params)
820820
c_d = CAP.tke_diss_coeff(turbconv_params)
821-
(; dt) = p
821+
#s(; dt) = p
822822
(; ᶜtke⁰, ᶜmixing_length) = p.precomputed
823823
ᶜρa⁰ =
824824
p.atmos.turbconv_model isa PrognosticEDMFX ?

0 commit comments

Comments
 (0)