Releases: TMIP-code/OceanTransportMatrixBuilder.jl
Releases · TMIP-code/OceanTransportMatrixBuilder.jl
v0.5.2
OceanTransportMatrixBuilder v0.5.2
- Ensure that not all values of mass transport is
NaN
orFillValue
v0.5.1
OceanTransportMatrixBuilder v0.5.1
- "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
OceanTransportMatrixBuilder v0.5.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
OceanTransportMatrixBuilder v0.4.0
- Add triads and dyads for derivatives
- Refactor and clean up code a bit
v0.3.0
OceanTransportMatrixBuilder v0.3.0
- 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
v0.2.6
v0.2.5
OceanTransportMatrixBuilder v0.2.5
- clean up: remove obsolete unused code
- fix typos
- add docstrings
- simplify topology
v0.2.4
v0.2.3
OceanTransportMatrixBuilder v0.2.3
- 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)