ClimaCoupler.jl
ClimaCoupler.jl copied to clipboard
rm weighted_dss_slab
Purpose
We have been using a function weighted_dss_slab!
that loops over each Field in the state FieldVector, retrieves the dss buffer from the cache, and then calls CC.Spaces.weighted_dss!(field, buffer)
. We can delete this function if we extend weighted_dss!
to be extended for FieldVectors in ClimaCore, which will be useful for ClimaAtmos as well.
closes #396
To-do
- [x] extend ClimaCore function https://github.com/CliMA/ClimaCore.jl/pull/2000
- [x] release ClimaCore (currently 0.14.16)
- [x] update ClimaCoupler to use new interface
- [x] update dss_buffer structure: create buffer for fieldvector so we have space for each field