From 64529fe1fb5230fc834bc753aeadafb1613293b5 Mon Sep 17 00:00:00 2001 From: Jago Stong-Wright Date: Tue, 29 Aug 2023 12:32:19 +0200 Subject: [PATCH] oops --- test/test_sediments.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_sediments.jl b/test/test_sediments.jl index bdc5c0469..d32c8f590 100644 --- a/test/test_sediments.jl +++ b/test/test_sediments.jl @@ -11,8 +11,6 @@ using Oceananigans.Operators: volume, Azᶠᶜᶜ using OceanBioME.LOBSTERModel: lobster_variable_redfield -import Oceananigans.Biogeochemistry: biogeochemical_drift_velocity - function intercept_tendencies!(model, intercepted_tendencies) for tracer in keys(model.tracers) copyto!(intercepted_tendencies[tracer], model.timestepper.Gⁿ[tracer]) @@ -66,6 +64,7 @@ function test_flat_sediment(grid, biogeochemistry, model; timestepper = :QuasiAd buoyancy = nothing) : model(; grid, biogeochemistry, + timestepper, closure = nothing, buoyancy = nothing, tracers = nothing)