Skip to content

Releases: TMIP-code/OceanTransportMatrixBuilder.jl

v0.8.2

06 Nov 00:26

Choose a tag to compare

OceanTransportMatrixBuilder v0.8.2

Diff since v0.8.1

v0.8.1

06 Nov 00:04

Choose a tag to compare

OceanTransportMatrixBuilder v0.8.1

Diff since v0.8.0

v0.8.0

17 Oct 01:20

Choose a tag to compare

OceanTransportMatrixBuilder v0.8.0

Diff since v0.7.2

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

11 Oct 10:17

Choose a tag to compare

OceanTransportMatrixBuilder v0.7.2

Diff since v0.7.1

v0.7.1

09 Oct 23:11

Choose a tag to compare

OceanTransportMatrixBuilder v0.7.1

Diff since v0.7.0

v0.7.0

09 Oct 11:25

Choose a tag to compare

OceanTransportMatrixBuilder v0.7.0

Diff since v0.6.1

Breaking changes

  • New syntax for lump_and_spray
  • Deal with _FillValue a bit better

v0.6.1

08 Oct 06:59

Choose a tag to compare

OceanTransportMatrixBuilder v0.6.1

Diff since v0.6.0

v0.6.0

07 Oct 05:46

Choose a tag to compare

OceanTransportMatrixBuilder v0.6.0

Diff since v0.5.5

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

07 Oct 03:56

Choose a tag to compare

OceanTransportMatrixBuilder v0.5.5

Diff since v0.5.3

Merged pull requests:

v0.5.3

20 Mar 06:38

Choose a tag to compare

OceanTransportMatrixBuilder v0.5.3

Diff since v0.5.2

  • Add centered finite volume (no upwind) advection scheme
  • Update deps

Closed issues:

  • Include back-and-forth flushing in advection (#10)