Skip to content

Commit

Permalink
Change task list order
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Nov 25, 2024
1 parent 97ff0dd commit 9fe597a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions polaris/ocean/tasks/cosine_bell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def add_cosine_bell_tasks(component):
config.add_from_package('polaris.ocean.tasks.cosine_bell',
'cosine_bell.cfg')

for include_viz in [False, True]:
for refinement in ['space', 'time', 'both']:
for refinement in ['space', 'time', 'both']:
for include_viz in [False, True]:
component.add_task(CosineBell(component=component,
config=config,
icosahedral=icosahedral,
Expand Down
4 changes: 2 additions & 2 deletions polaris/ocean/tasks/geostrophic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def add_geostrophic_tasks(component):
config.add_from_package('polaris.ocean.tasks.geostrophic',
'geostrophic.cfg')

for include_viz in [False, True]:
for refinement in ['space', 'time', 'both']:
for refinement in ['space', 'time', 'both']:
for include_viz in [False, True]:
component.add_task(Geostrophic(component=component,
config=config,
icosahedral=icosahedral,
Expand Down

0 comments on commit 9fe597a

Please sign in to comment.