polaris.tasks.ocean.merry_go_round.default.Default

class polaris.tasks.ocean.merry_go_round.default.Default(component, config, resolution, timestep, indir)[source]

The default test case for the merry-go-round

__init__(component, config, resolution, timestep, indir)[source]

Create the test case

Parameters:
  • component (polaris.ocean.Ocean) – The ocean component that this task belongs to

  • config (polaris.config.PolarisConfigParser) – A shared config parser

  • resolution (float) – The resolution of the test case in km

  • timestep (float) – The timestep of the test case in seconds

  • indir (str) – The directory the task is in, to which name will be appended

Methods

__init__(component, config, resolution, ...)

Create the test case

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