polaris.tasks.e3sm.init.topo.combine.CombineTask

class polaris.tasks.e3sm.init.topo.combine.CombineTask(component, low_res)[source]

A task for creating the combined topography dataset, used to create the files to be cached for use in all other contexts

__init__(component, low_res)[source]

Create a new task

Parameters:
  • component (polaris.Component) – The component the task belongs to

  • low_res (bool) – Whether to use low resolution config options

Methods

__init__(component, low_res)

Create a new task

add_step([step, subdir, symlink, run_by_default])

Add a step to the task and component (if not already present)

configure()

Modify the configuration options for this task.

remove_step(step)

Remove the given step from this task and the component

set_shared_config(config[, link])

Replace the task's config parser with the shared config parser