PaleoKalmag

class paleokalmag.PaleoKalmag(fname, name=None, legacy=False)[source]

Bases: Model

A pymagglobal model that represents the sequentialized models resuling from the paleokalmag algorithm.

Parameters:
  • fname (str or CoreFieldModel) – Either a path pointing to a saved CoreFieldModel or an instance of CoreFieldModel. This is the model that will be represented in a format that pymagglobal can use.

  • name (str, optional) – The name of the model. Defaults to PaleoKalmag.

  • legacy (bool, optional) – Use this to load models created with older paleokalmag versions (prior to 0.8.0).