.. PlesioGeostroPy documentation master file, created by sphinx-quickstart on Mon Dec 4 14:06:46 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. PlesioGeostroPy =========================================== **PlesioGeostroPy** is the Python realization of the Plesio-Geostrophy model (PG, Jackson and Maffei `2020 `_), a type of quasi-geostrophic model for magneto-hydrodynamic system in planetary dynamos. For a more detailed description of the PG model, see e.g. Jackson and Maffei (`2020 `_) or Holdenried-Chernoff (`2021 `_). The package **PlesioGeostroPy** aims to provide robust and efficient numerical solution to the PG model, which can then be plugged into data assimilation frameworks for geomagnetic data assimilation (GDA). For information regarding this project, including the formulations, downloadable resources, etc., see the the `project homepage `_. ------- Tutorials =========================================== PlesioGeostroPy 101 ------------------------------------------- These contain the most essential features of **PlesioGeostroPy**, especially in symbolic manipulations. - :doc:`demos/Demo_PlesioGeostroPy_Basics` - :doc:`demos/Demo_Collections` - :doc:`demos/Demo_Variables` - :doc:`demos/Demo_Regularity` More advanced tutorials are yet to come. ------- API Reference =========================================== The core of the code is the following package: .. autosummary:: :template: custom-module-template.rst :recursive: pg_utils This packages is then subdivided into four modules: module :py:mod:`~pg_utils.sympy_supp` for supplementary functions for symbolic manipulation; module :py:mod:`~pg_utils.pg_model` for the actual implementation of the symbolic PG model, including variables, equations and the recipes for spectral expansions; module :py:mod:`~pg_utils.numerics` for numerical computations; and module :py:mod:`~pg_utils.processing` for pre- and post-processing. Here you can find the indexed reference to all of the modules, and the classes and objects within. * :ref:`modindex` * :ref:`genindex` You can also use the search function to look for all items. .. toctree:: :caption: PlesioGeostroPy :maxdepth: 4 :hidden: Tutorials API reference .. Demo_PlesioGeostroPy_Basics .. Demo_Regularity .. sympy_supp .. pg_model .. numerics .. processing