polaris.tasks.e3sm.init.topo.combine.get_cubed_sphere_topo_steps

polaris.tasks.e3sm.init.topo.combine.get_cubed_sphere_topo_steps(component, resolution, include_viz=False)[source]

Get shared combined-topography steps for a cubed-sphere target grid.

Parameters:
  • component (polaris.Component) – The component that the steps will be added to.

  • resolution (int) – The cubed-sphere resolution, such as 3000 or 120.

  • include_viz (bool, optional) – Whether to include the visualization step or not.

Returns:

  • steps (list of polaris.Step) – The combine topo step and optional visualization step.

  • config (polaris.config.PolarisConfigParser) – The shared config options.