Skip to content

Commit 8cdd3f8

Browse files
authored
Merge pull request #3499 from CliMA/zs/ozone
remove flat boundary condition for prescribed ozone
2 parents e84ed15 + 3b5f40a commit 8cdd3f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cache/tracer_cache.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ function ozone_cache(::PrescribedOzone, Y, start_date)
1515
reference_date = start_date,
1616
regridder_type = :InterpolationsRegridder,
1717
regridder_kwargs = (; extrapolation_bc),
18-
method = LinearPeriodFillingInterpolation(
19-
Year(1),
20-
TimeVaryingInputs.Flat(),
21-
),
18+
method = LinearPeriodFillingInterpolation(Year(1)),
2219
)
2320
return (; o3, prescribed_o3_timevaryinginput)
2421
end

0 commit comments

Comments
 (0)