polaris.tasks.e3sm.init.topo.remap.RemapTopoTask
- class polaris.tasks.e3sm.init.topo.remap.RemapTopoTask(component, mesh_name, smoothing=False, include_viz=False)[source]
A task for remapping a topography dataset to a global MPAS mesh first without smoothing and then optionally with smoothing
- Variables:
combine_topo_step (polaris.tasks.e3sm.init.topo.CombineStep) – The step for combining global and Antarctic topography on a cubed sphere grid
- __init__(component, mesh_name, smoothing=False, include_viz=False)[source]
Create a new task
- Parameters:
component (polaris.Component) – The component the task belongs to
mesh_name (str) – The name of the base mesh to remap topography onto
smoothing (bool, optional) – Whether to create a step with smoothing in addition to the step without smoothing
include_viz (bool, optional) – Whether to include visualization steps
Methods
__init__(component, mesh_name[, smoothing, ...])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