polaris.tasks.mesh.spherical.unified.sizing_field.get_unified_mesh_sizing_field_steps

polaris.tasks.mesh.spherical.unified.sizing_field.get_unified_mesh_sizing_field_steps(mesh_name, include_viz=False)[source]

Get shared sizing-field steps for one named mesh.

Calls the upstream step factory for river network, then creates the sizing-field build step. The returned dict contains all the river-network shared steps plus sizing-field, and optionally visualization.

Parameters:
  • mesh_name (str) – The name of the unified mesh

  • include_viz (bool, optional) – Whether to include a visualization step

Returns:

  • steps (dict of str to polaris.Step) – All upstream steps plus the sizing-field build step, keyed by suggested subdir symlink in tasks.

  • config (polaris.config.PolarisConfigParser) – The shared sizing-field config options