polaris.tasks.ocean.analysis.ClimatologyMapsTask
- class polaris.tasks.ocean.analysis.ClimatologyMapsTask(component, config)[source]
A task that plots map-view climatologies of the simulation’s fields
It has one step per field group, plus the shared climatology every field group reads, so that adding a field costs that field and not the others.
- __init__(component, config)[source]
Create the climatology maps task
- Parameters:
component (polaris.tasks.ocean.Ocean) – The ocean component the task belongs to
config (polaris.config.PolarisConfigParser) – The config parser shared by every analysis task
Methods
__init__(component, config)Create the climatology maps task
add_step([step, subdir, symlink, run_by_default])Add a step to the task and component (if not already present)
configure()Build the steps again now that the user's config file has been read
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
year_range()Get the range of simulation years this task's steps cover