CarboKitten v0.5.3
Major new features:
- A
MemoryOutputmethod 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
poetrytouv(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:
- 127 production cap (#145) (@jhidding)
- 140 146 visualization (#148) (@jhidding)
- Precipitation feature (#150) (@jhidding)
- Memory writer (#154) (@jhidding)
- 152 rename precipitation to cementation (#155) (@jhidding)
Closed issues:
- Tests for erosion (#27)
- rename
redistributionanddenudationfunctions inDenudation.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
precipitationtocementation(#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)