Skip to content

Commit

Permalink
Merge pull request #3499 from CliMA/zs/ozone
Browse files Browse the repository at this point in the history
remove flat boundary condition for prescribed ozone
  • Loading branch information
szy21 authored Dec 27, 2024
2 parents e84ed15 + 3b5f40a commit 8cdd3f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cache/tracer_cache.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cdd3f8

Please sign in to comment.