Skip to content

v0.5.3

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:01
· 90 commits to main since this release

CarboKitten v0.5.3

Diff since v0.5.2

Major new features:

  • A MemoryOutput method to run smaller models fully in memory.
  • Cementation mechanism to control the rate at which the transport active layer depletes.
  • Production is capped when the produced amount would exceed current sea level constraints, i.e. maximum production equal to the current water depth.
  • Facilitates custom profile plotting using a profile_plot! function.

Minor updates:

  • Migrate Python development environment from poetry to uv (doesn't affect users).
  • Write transport properties to HDF5 header output

Bug fixes:

  • Water depth was computed wrong in some places when $t_0 \ne 0$
  • fix computation of total subsidence in profile plot

Merged pull requests:

Closed issues:

  • Tests for erosion (#27)
  • rename redistribution and denudation functions in Denudation.Abstract (#55)
  • Add tutorial with variable insolation. (#108)
  • enhance production model (#127)
  • Easier visualization of arbitrary quantities in profile view (#140)
  • Figure legends (#146)
  • Active layer precipitation rate (#149)
  • Rename precipitation to cementation (#152)
  • Legacy mistake in our flagship script? (#157)
  • Age-depth model code has disappeared? (#158)
  • [BUG] change of SL curve results in "DimensionMismatch" & pushing of verly large parcel of sediment (#160)
  • Initial_Topography impletment bug (#167)