Mesh component
The mesh component defines tasks and steps related to generating and
manipulating MPAS meshes. There are currently no component-level config
options.
The code is split between two packages:
polaris.tasks.meshholds the tasks and steps of the component itself, described in Tasks. These are the base-mesh tasks and the unified-mesh task families.polaris.meshholds the shared mesh framework, described in Mesh Framework. Despite living under the mesh component in these docs, it is imported by theoceanande3sm/initcomponents as well, so changes to it need to be made with those callers in mind.