polaris.ocean.tasks.baroclinic_channel.decomp.Decomp
- class polaris.ocean.tasks.baroclinic_channel.decomp.Decomp(component, resolution, indir, init)[source]
A baroclinic channel decomposition task, which makes sure the model produces identical results on 1 and 4 cores.
- __init__(component, resolution, indir, init)[source]
Create the task
- Parameters:
component (polaris.ocean.Ocean) – The ocean component that this task belongs to
resolution (float) – The resolution of the task in km
indir (str) – The directory the task is in, to which
name
will be appendedinit (polaris.ocean.tasks.baroclinic_channel.init.Init) – A shared step for creating the initial state
Methods
__init__
(component, resolution, indir, init)Create the 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