File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
docs/developers_guide/e3sm/init
polaris/tasks/e3sm/init/topo/cull Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 5151 RemapTopoStep.constrain_resources
5252 RemapTopoStep.define_smoothing
5353 RemapTopoStep.run
54+
5455 RemapTopoTask
56+
5557 VizRemappedTopoStep
5658 VizRemappedTopoStep.run
5759```
60+
61+
62+ #### cull
63+
64+ ``` {eval-rst}
65+ .. currentmodule:: polaris.tasks.e3sm.init.topo.cull
66+
67+ .. autosummary::
68+ :toctree: generated/
69+
70+ CullMaskStep
71+ CullMaskStep.setup
72+ CullMaskStep.constrain_resources
73+ CullMaskStep.define_critical_land_transects
74+ CullMaskStep.define_critical_ocean_transects
75+ CullMaskStep.refine_ocean_cull_mask
76+ CullMaskStep.refine_land_cull_mask
77+ CullMaskStep.run
78+
79+ CullMeshStep
80+ CullMeshStep.setup
81+ CullMeshStep.constrain_resources
82+ CullMeshStep.run
83+
84+ CullTopoTask
85+ ```
Original file line number Diff line number Diff line change 1+ from polaris .tasks .e3sm .init .topo .cull .cull import (
2+ CullMeshStep as CullMeshStep ,
3+ )
14from polaris .tasks .e3sm .init .topo .cull .mask import (
25 CullMaskStep as CullMaskStep ,
36)
You can’t perform that action at this time.
0 commit comments