Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 18:33
· 28 commits to main since this release
cf16397

PALEOmodel v0.16.0

Diff since v0.15.49

Breaking changes

Simplify and align use of dimensions and coordinates with Common Data Model, PALEOtoolkit/PALEOboxes.jl#151, #48, #107

  • jld2 output save/load removed: use a previous PALEOmodel version v0.15.x to load jld2 and save to netcdf.
  • only models that use 2D or 3D Cartesian grids should see breaking changes (with changes in netcdf output, changes to get_array and hence plot selection filters).

Merged pull requests:

  • Simplify and align dimensions and coordinates with netcdf Common Data Model (#107) (@sjdaines)
  • Simplify and tidy up FieldRecord and netcdf output (#109) (@sjdaines)