We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1995701 + e94110e commit 5c35315Copy full SHA for 5c35315
polaris/tasks/ocean/isomip_plus/topo/map.py
@@ -64,13 +64,13 @@ def __init__(
64
subdir=subdir,
65
ntasks=128,
66
min_tasks=1,
67
+ method=method,
68
)
69
if smooth and method != 'conserve':
70
raise ValueError(
71
'Smoothing can only be used with the "conserve" mapping method'
72
73
self.mesh_name = mesh_name
- self.method = method
74
self.smooth = smooth
75
self.set_shared_config(config, link='isomip_plus_topo.cfg')
76
0 commit comments