(polaris)= # Polaris ```{image} _static/polaris_logo_rect.png :align: center :width: 384 px ``` Polaris is a python package that provides an automated system to set up test cases or analysis tasks for several components of the Exascale Energy Earth System Model ([E3SM](https://e3sm.org/). The development version of Polaris will be kept closely synchronized with the development repositories for the components it supports. Release versions will be compatible with specific tags of the MPAS components. Many Polaris tasks are idealized, and are used for things like performing convergence tests or regression tests on particular parts of the model code. Many other Polaris tasks, such as those under the {ref}`ocean-global-ocean` and {ref}`landice-greenland` test groups, are "realistic" in the sense that they use data sets from observations to create create global and regional meshes, initial conditions, and boundary conditions. Polaris will be the tool used to create new land-ice and ocean meshes and initial conditions for future versions of E3SM. ```{note} Polaris does *not* provide the tools for creating many of the files needed for full E3SM coupling, a process that requires expert help from the E3SM development team. ``` The ``polaris`` python package defines the tasks and analysis tasks along with the commands to list and set up both tasks and suites (groups of tasks or analysis tasks). Polaris currently supports ``landice`` and ``ocean`` components. Nearly all tasks include calls that launch one of these E3SM components, built in "standalone" (uncoupled) mode. These runs are configured with config files (e.g. YAML or namelist files) and one of the benefits of using Polaris over attempting to run one of the components directly is that Polaris begins with default values for all these config options for a given version of the component, modifying only those options where the default is not appropriate. In this way, Polaris requires little alteration as the model components themselves evolves and new functionality is added. Polaris makes extensive use of the [Jigsaw](https://github.com/dengwirda/jigsaw) and [Jigsaw-Python](https://github.com/dengwirda/jigsaw-python) tools to make all but the simplest meshes for Polaris tasks. These tools, without which Polaris' mesh generation capabilities would not be possible, are developed primarily by [Darren Engwirda](https://dengwirda.github.io/). ```{toctree} :caption: User's guide :maxdepth: 2 users_guide/quick_start users_guide/tasks users_guide/config_files users_guide/suites users_guide/ocean/index users_guide/seaice/index users_guide/machines/index ``` ```{toctree} :caption: Developer's guide :maxdepth: 2 developers_guide/quick_start developers_guide/overview developers_guide/command_line developers_guide/organization/index developers_guide/ocean/index developers_guide/seaice/index developers_guide/framework/index developers_guide/machines/index developers_guide/troubleshooting developers_guide/docs developers_guide/building_docs developers_guide/deploying_spack developers_guide/api design_docs/index ``` ```{toctree} :caption: Tutorials :maxdepth: 1 tutorials/dev_add_test_group ``` ```{toctree} :caption: Glossary :maxdepth: 2 glossary ``` (compass)= # Compass The ``compass`` package is the predecessor of Polaris. Documentation for compass can be found at: the code can be found at: