polaris.tasks.e3sm.init.topo.combine.get_lat_lon_topo_steps

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

Get shared combined-topography steps for a latitude-longitude target grid.

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

  • resolution (float) – The latitude-longitude resolution in degrees.

  • 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.