polaris.ocean.tasks.single_column.ideal_age.IdealAge

class polaris.ocean.tasks.single_column.ideal_age.IdealAge(component, ideal_age=True)[source]

The ideal-age single-column test case creates the mesh and initial condition, then performs a short forward run evolving the ideal-age tracer on 1 core.

__init__(component, ideal_age=True)[source]

Create the test case :param component: The ocean component that this task belongs to :type component: polaris.ocean.Ocean

Methods

__init__(component[, ideal_age])

Create the test case :param component: The ocean component that this task belongs to :type component: polaris.ocean.Ocean

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