Skip to content

Commit 1a049b8

Browse files
committed
wip
1 parent b372325 commit 1a049b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prognostic_equations/implicit/manual_sparse_jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ function update_jacobian!(alg::ManualSparseJacobian, cache, Y, p, dtγ, t)
430430

431431
if use_derivative(topography_flag)
432432
@. ∂ᶜK_∂ᶜuₕ = DiagonalMatrixRow(
433-
adjoint(ᶜuₕ) + CT12(adjoint(ᶜinterp(ᶠu₃)) * g³ʰ(ᶜgⁱʲ)),
433+
adjoint(CT12(ᶜuₕ)) + adjoint(ᶜinterp(ᶠu₃)) * g³ʰ(ᶜgⁱʲ),
434434
)
435435
else
436436
@. ∂ᶜK_∂ᶜuₕ = DiagonalMatrixRow(adjoint(CT12(ᶜuₕ)))

0 commit comments

Comments
 (0)