Skip to content

Commit

Permalink
Merge pull request #828 from xylar/no-dib-without-cavities
Browse files Browse the repository at this point in the history
Don't make DIB files if not ice-shelf cavities
  • Loading branch information
xylar authored Jun 17, 2024
2 parents 01dec02 + 5ee5ede commit e2fd1f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def run(self):
Run this step of the test case
"""
super().run()
if not self.with_ice_shelf_cavities:
return
logger = self.logger
config = self.config
ntasks = self.ntasks
Expand Down

0 comments on commit e2fd1f6

Please sign in to comment.