diff --git a/src/cache/tracer_cache.jl b/src/cache/tracer_cache.jl index 3c4ef831df..064f397258 100644 --- a/src/cache/tracer_cache.jl +++ b/src/cache/tracer_cache.jl @@ -15,10 +15,7 @@ function ozone_cache(::PrescribedOzone, Y, start_date) reference_date = start_date, regridder_type = :InterpolationsRegridder, regridder_kwargs = (; extrapolation_bc), - method = LinearPeriodFillingInterpolation( - Year(1), - TimeVaryingInputs.Flat(), - ), + method = LinearPeriodFillingInterpolation(Year(1)), ) return (; o3, prescribed_o3_timevaryinginput) end