Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Aug 29, 2023
1 parent 53881f5 commit 64529fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_sediments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 64529fe

Please sign in to comment.