Skip to content

Releases: TMIP-code/OceanTransportMatrixBuilder.jl

v0.5.2

08 Nov 01:55
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.5.2

Diff since v0.5.1

  • Ensure that not all values of mass transport is NaN or FillValue

v0.5.1

30 Oct 02:48
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.5.1

Diff since v0.5.0

  • "Fix" allocations by using sizehint!. TODO: pre-allocate the sparse matrices themselves, or some other process to sum over indices/values
  • Add small interactive profiler script in test/

v0.5.0

29 Oct 04:27
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.5.0

Diff since v0.4.0

  • Make code more generic by using the index/topology machinery
  • Use grid metrics to enforce no flux at boundaries
  • grid metrics and indices must now be passed to the functions building the mass transport

v0.4.0

19 Oct 00:40
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.4.0

Diff since v0.3.0

  • Add triads and dyads for derivatives
  • Refactor and clean up code a bit

v0.3.0

18 Oct 00:28
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.3.0

Diff since v0.2.7

  • Add some prototype code for derivatives and GM velocities (WIP)
  • Refactor some of the codebase (also WIP)
  • Add variable density feature for advective transport

v0.2.7

11 Oct 07:05
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.2.7

Diff since v0.2.6

  • Simplify horizontal distances
  • Split tests

v0.2.6

10 Oct 13:54
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.2.6

Diff since v0.2.5

  • allow for missing in areacello

v0.2.5

10 Oct 13:24
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.2.5

Diff since v0.2.4

  • clean up: remove obsolete unused code
  • fix typos
  • add docstrings
  • simplify topology

v0.2.4

10 Oct 11:40
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.2.4

Diff since v0.2.3

  • simplify topology code a tiny bit

v0.2.3

10 Oct 11:08
Compare
Choose a tag to compare

OceanTransportMatrixBuilder v0.2.3

Diff since v0.2.2

  • Add local test plot of ideal mean age (coarsened)
  • Refactor internals to detect grid topology and work for bipolar grids (like OCIM) and tripolar grids (like ACCESS)