Releases: TMIP-code/OceanTransportMatrixBuilder.jl
Releases · TMIP-code/OceanTransportMatrixBuilder.jl
v0.8.2
OceanTransportMatrixBuilder v0.8.2
v0.8.1
OceanTransportMatrixBuilder v0.8.1
v0.8.0
OceanTransportMatrixBuilder v0.8.0
Made lump_and_spray a bit smarter (without much loss in speed). Now cells that are not connected through T are not lumped together anymore. The coarsening is thus a little less aggressive, but cells on either part of land (e.g. Panama Canal), or an ocean ridge, are not lumped together. This is breaking because T is now required as an argument.
v0.7.2
OceanTransportMatrixBuilder v0.7.2
v0.7.1
OceanTransportMatrixBuilder v0.7.1
v0.7.0
OceanTransportMatrixBuilder v0.7.0
Breaking changes
- New syntax for
lump_and_spray - Deal with
_FillValuea bit better
v0.6.1
OceanTransportMatrixBuilder v0.6.1
v0.6.0
OceanTransportMatrixBuilder v0.6.0
Breaking changes
- allow for regional coarsening (no coarsened grid in outputs anymore, since these can become unstructured in the process, and I don't handle that type of output)
v0.5.5
OceanTransportMatrixBuilder v0.5.5
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#13) (@dependabot[bot])
v0.5.3
OceanTransportMatrixBuilder v0.5.3
- Add centered finite volume (no upwind) advection scheme
- Update deps
Closed issues:
- Include back-and-forth flushing in advection (#10)